Merge "Improve reprocessing task documentation"

This commit is contained in:
Zuul 2023-04-17 15:07:11 +00:00 committed by Gerrit Code Review
commit 8520ddf824
2 changed files with 10 additions and 0 deletions

View File

@ -113,6 +113,7 @@ one can retrieve all reprocessing tasks scheduled for a scope.
.. rest_parameters:: task/reprocessing_parameters.yml
- scope_ids: scope_ids_query
- order: scope_ids_order_query
Status codes
------------

View File

@ -19,6 +19,15 @@ offset:
type: int
required: false
scope_ids_order_query: &scope_ids_order_query
in: query
description: |
The order in which reprocessing tasks are returned. By default, we
order reprocessing tasks ``desc`` by their insertion order in the
database. The possible values are ``desc`` or ``asc``.
required: false
type: string
scope_ids_query: &scope_ids_query
in: query
description: |