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

@@ -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 !'