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
|
||||
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:
|
||||
|
||||
@ -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
|
||||
|
||||
@ -2,3 +2,4 @@ in: path
|
||||
name: identifier
|
||||
description: >-
|
||||
identifier of a given printer profile
|
||||
required: true
|
||||
|
||||
@ -2,3 +2,4 @@ in: path
|
||||
name: source
|
||||
description: >-
|
||||
The source for which to list commands, currently either core or custom
|
||||
required: true
|
||||
|
||||
@ -2,5 +2,6 @@ in: path
|
||||
name: username
|
||||
description: >-
|
||||
Name of the user which to retrieve
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
|
||||
@ -9,6 +9,7 @@ parameters:
|
||||
name: key
|
||||
description: >-
|
||||
The group’s identifier
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
requestBody:
|
||||
|
||||
@ -9,6 +9,7 @@ parameters:
|
||||
name: key
|
||||
description: >-
|
||||
The group’s identifier
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
responses:
|
||||
|
||||
@ -9,6 +9,7 @@ parameters:
|
||||
name: key
|
||||
description: >-
|
||||
The group’s identifier
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
requestBody:
|
||||
|
||||
@ -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: >-
|
||||
|
||||
@ -8,6 +8,7 @@ parameters:
|
||||
- $ref: ../../../components/parameters/systemCmdSource.yaml
|
||||
- in: path
|
||||
name: action
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: >-
|
||||
|
||||
Loading…
Reference in New Issue
Block a user