init db updates for forms
This commit is contained in:
@@ -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