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": {
|
||||
|
||||
Reference in New Issue
Block a user