API: Consistency with other subevent filters

This commit is contained in:
Raphael Michel
2022-07-14 09:21:56 +02:00
parent 8c63659050
commit 32ab7c3d4f
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -89,8 +89,8 @@ Endpoints
:query integer page: The page number in case of a multi-page result set, default is 1
:query string ordering: Manually set the ordering of results. Valid fields to be used are ``id`` and ``position``.
Default: ``position``
:query integer subevent: Only return quotas of the sub-event with the given ID. Can be passed multiple times to filter
for multiple sub-events.
:query integer subevent: Only return quotas of the sub-event with the given ID.
:query integer subevent__in: Only return quotas of sub-events with one the given IDs (comma-separated).
:query string with_availability: Set to ``true`` to get availability information. Can lead to increased answer times.
:param organizer: The ``slug`` field of the organizer to fetch
:param event: The ``slug`` field of the event to fetch