diff options
author | Stephen Finucane <stephen@that.guru> | 2017-12-10 17:30:35 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-01-09 23:45:52 +0000 |
commit | b0b6d739bcc77b1cedd0c28460b7546dc6645c90 (patch) | |
tree | 5870c4a2923808f8bce014db3dacedad94756ca9 /releasenotes | |
parent | bf5cdd34baca3c397ab6e012cb212dedbefca450 (diff) | |
download | patchwork-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.yaml | 7 |
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 |