init db updates for forms
This commit is contained in:
@ -364,6 +364,13 @@
|
||||
"description": "SQL restriction",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "path",
|
||||
"name": "sortkeys",
|
||||
"description": "Order by: columns names (separate with a comma)",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
@ -404,6 +411,20 @@
|
||||
"description": "SQL restriction",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "path",
|
||||
"name": "sortkeys",
|
||||
"description": "Order by: columns names (separate with a comma)",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "path",
|
||||
"name": "dir",
|
||||
"description": "asc or desc",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
@ -270,6 +270,11 @@ paths:
|
||||
description: SQL restriction
|
||||
required: true
|
||||
type: string
|
||||
- in: path
|
||||
name: sortkeys
|
||||
description: 'Order by: columns names (separate with a comma)'
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{string} success !'
|
||||
@ -299,6 +304,16 @@ paths:
|
||||
description: SQL restriction
|
||||
required: true
|
||||
type: string
|
||||
- in: path
|
||||
name: sortkeys
|
||||
description: 'Order by: columns names (separate with a comma)'
|
||||
required: true
|
||||
type: string
|
||||
- in: path
|
||||
name: dir
|
||||
description: asc or desc
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{string} success !'
|
||||
|
Reference in New Issue
Block a user