Mercurial > p > roundup > code
changeset 7973:ab3506b9e315
doc: add /rest/data/user/roles ignores query options
So you can add ?@verbose=2 etc. for compatibility with a real
collection endpoint, but it ignores them.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 21 May 2024 17:07:16 -0400 |
| parents | 425dd9854e34 |
| children | 4dcc64d0138e |
| files | doc/rest.txt |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/rest.txt Tue May 21 16:38:42 2024 -0400 +++ b/doc/rest.txt Tue May 21 17:07:16 2024 -0400 @@ -1120,9 +1120,9 @@ to mimic a class collection. Unlike a real class collection endpoint, ``@total_size`` is not -returned. Also it does not support any query options like: filtering, -`@sort`, `@group`, `@verbose` etc. Note that the ``id`` property is -not numeric. +returned. Also it does not support and ignores any query options like: +filtering, `@sort`, `@group`, `@verbose` etc. Note that the ``id`` +property is not numeric. This endpoint was introduced in release 2.4.0 to support a roles select/dropdown in the web component classhelper. This lets the web
