diff options
author | Veronika Kabatova <vkabatov@redhat.com> | 2018-04-25 19:33:27 +0200 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-04-27 17:32:16 +0100 |
commit | 43cc7fef3899b88358d87ae090f77c3c923f6b7f (patch) | |
tree | b01a79ad0961a352c1c4c5dc9f80cfee15258fe7 /releasenotes | |
parent | c8797a670b1bc6e5543998f2493156068d32026a (diff) | |
download | patchwork-43cc7fef3899b88358d87ae090f77c3c923f6b7f.tar patchwork-43cc7fef3899b88358d87ae090f77c3c923f6b7f.tar.gz |
REST: Add comments to patch and cover endpoints
Signed-off-by: Veronika Kabatova <vkabatov@redhat.com>
Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/comments-api-b7dff6ee4ce04c9b.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/comments-api-b7dff6ee4ce04c9b.yaml b/releasenotes/notes/comments-api-b7dff6ee4ce04c9b.yaml new file mode 100644 index 0000000..6cd6441 --- /dev/null +++ b/releasenotes/notes/comments-api-b7dff6ee4ce04c9b.yaml @@ -0,0 +1,8 @@ +--- +api: + - | + Links to related comments are now exposed when checking patch and cover + letter details. The comments themselves are then available via + ``/patches/{patchID}/comments`` and ``/covers/{coverID}/comments`` + endpoints. Please note that comments are available only since API + version 1.1 |