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 name: location
description: >- 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. 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: schema:
type: string type: string
enum: enum:

View File

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

View File

@ -2,3 +2,4 @@ in: path
name: identifier name: identifier
description: >- 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 name: source
description: >- description: >-
The source for which to list commands, currently either core or custom The source for which to list commands, currently either core or custom
required: true

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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