init db updates for forms

This commit is contained in:
2023-04-28 16:53:14 +02:00
parent 8ee64aa49f
commit 6ff2c7c53b
4 changed files with 89 additions and 259 deletions

View File

@@ -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": {