[skip ci] Updated swagger docs
This commit is contained in:
parent
bf8138ec3c
commit
3ce8c5bdda
|
|
@ -5012,6 +5012,12 @@ const docTemplate = `{
|
|||
"name": "taskID",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "Sort order. Can be 'asc' for ascending or 'desc' for descending. Defaults to 'asc'.",
|
||||
"name": "order_by",
|
||||
"in": "query"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
|
|
|||
|
|
@ -5004,6 +5004,12 @@
|
|||
"name": "taskID",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "Sort order. Can be 'asc' for ascending or 'desc' for descending. Defaults to 'asc'.",
|
||||
"name": "order_by",
|
||||
"in": "query"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
|
|
|||
|
|
@ -5114,6 +5114,11 @@ paths:
|
|||
name: taskID
|
||||
required: true
|
||||
type: integer
|
||||
- description: Sort order. Can be 'asc' for ascending or 'desc' for descending.
|
||||
Defaults to 'asc'.
|
||||
in: query
|
||||
name: order_by
|
||||
type: string
|
||||
produces:
|
||||
- application/json
|
||||
responses:
|
||||
|
|
|
|||
Loading…
Reference in New Issue