fix geneeration issues

This commit is contained in:
Wlad 2020-11-20 21:57:14 +01:00
parent a2ec6dbc7d
commit b0d103f02a
10 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,7 @@ in: path
name: location
description: >-
Retrieve information regarding the files currently available on the selected location and if targeting the local location regarding the disk space still available locally in the system.
required: true
schema:
type: string
enum:

View File

@ -2,6 +2,7 @@ in: path
name: path
description: >-
The filename of the file for which to retrieve the information
required: true
schema:
type: string
format: uri

View File

@ -1,4 +1,5 @@
in: path
name: identifier
description: >-
identifier of a given printer profile
identifier of a given printer profile
required: true

View File

@ -2,3 +2,4 @@ in: path
name: source
description: >-
The source for which to list commands, currently either core or custom
required: true

View File

@ -2,5 +2,6 @@ in: path
name: username
description: >-
Name of the user which to retrieve
required: true
schema:
type: string

View File

@ -9,6 +9,7 @@ parameters:
name: key
description: >-
The groups identifier
required: true
schema:
type: string
requestBody:

View File

@ -9,6 +9,7 @@ parameters:
name: key
description: >-
The groups identifier
required: true
schema:
type: string
responses:

View File

@ -9,6 +9,7 @@ parameters:
name: key
description: >-
The groups identifier
required: true
schema:
type: string
requestBody:

View File

@ -7,12 +7,14 @@ tags:
parameters:
- in: path
name: locale
required: true
schema:
type: string
description: >-
The identifier of the command, action from its definition
- in: path
name: pack
required: true
schema:
type: string
description: >-

View File

@ -8,6 +8,7 @@ parameters:
- $ref: ../../../components/parameters/systemCmdSource.yaml
- in: path
name: action
required: true
schema:
type: string
description: >-