Skip to content

Commit 5bc0a31

Browse files
committed
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.
1 parent 3d1c5bc commit 5bc0a31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/rest.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,9 +1120,9 @@ authorized error. The output from this endpoint looks like::
11201120
to mimic a class collection.
11211121

11221122
Unlike a real class collection endpoint, ``@total_size`` is not
1123-
returned. Also it does not support any query options like: filtering,
1124-
`@sort`, `@group`, `@verbose` etc. Note that the ``id`` property is
1125-
not numeric.
1123+
returned. Also it does not support and ignores any query options like:
1124+
filtering, `@sort`, `@group`, `@verbose` etc. Note that the ``id``
1125+
property is not numeric.
11261126

11271127
This endpoint was introduced in release 2.4.0 to support a roles
11281128
select/dropdown in the web component classhelper. This lets the web

0 commit comments

Comments
 (0)