Improve reprocessing task documentation

Change-Id: I51e50d1b4f7d5fbe7dcbda7ddcc8b8453eb5c439
This commit is contained in:
Rafael Weingärtner 2023-03-15 13:32:30 -03:00
parent 73d5543f15
commit 60d91d8ce4
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: |