Merge "Improve reprocessing task documentation"
This commit is contained in:
commit
8520ddf824
@ -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
|
||||
------------
|
||||
|
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user