aboutsummaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-12-10 17:30:35 +0000
committerStephen Finucane <stephen@that.guru>2018-01-09 23:45:52 +0000
commitb0b6d739bcc77b1cedd0c28460b7546dc6645c90 (patch)
tree5870c4a2923808f8bce014db3dacedad94756ca9 /releasenotes
parentbf5cdd34baca3c397ab6e012cb212dedbefca450 (diff)
downloadpatchwork-b0b6d739bcc77b1cedd0c28460b7546dc6645c90.tar
patchwork-b0b6d739bcc77b1cedd0c28460b7546dc6645c90.tar.gz
REST: Allow filtering of users by usernames
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/improved-rest-filtering-bf68399270a9b245.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/improved-rest-filtering-bf68399270a9b245.yaml b/releasenotes/notes/improved-rest-filtering-bf68399270a9b245.yaml
index fda6879..b1d12eb 100644
--- a/releasenotes/notes/improved-rest-filtering-bf68399270a9b245.yaml
+++ b/releasenotes/notes/improved-rest-filtering-bf68399270a9b245.yaml
@@ -7,3 +7,10 @@ api:
.. code-block:: shell
$ curl /covers/?submitter=stephen@that.guru
+ - |
+ Bundles can be filtered by owner and checks by user using username. For
+ example:
+
+ .. code-block:: shell
+
+ $ curl /bundles/?owner=stephenfin