mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
fix geneeration issues
This commit is contained in:
parent
a2ec6dbc7d
commit
b0d103f02a
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -9,6 +9,7 @@ parameters:
|
|||||||
name: key
|
name: key
|
||||||
description: >-
|
description: >-
|
||||||
The group’s identifier
|
The group’s identifier
|
||||||
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
requestBody:
|
requestBody:
|
||||||
|
|||||||
@ -9,6 +9,7 @@ parameters:
|
|||||||
name: key
|
name: key
|
||||||
description: >-
|
description: >-
|
||||||
The group’s identifier
|
The group’s identifier
|
||||||
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
responses:
|
responses:
|
||||||
|
|||||||
@ -9,6 +9,7 @@ parameters:
|
|||||||
name: key
|
name: key
|
||||||
description: >-
|
description: >-
|
||||||
The group’s identifier
|
The group’s identifier
|
||||||
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
requestBody:
|
requestBody:
|
||||||
|
|||||||
@ -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: >-
|
||||||
|
|||||||
@ -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: >-
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user