mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
fix: missing operationIds
This commit is contained in:
parent
551d4b4f2d
commit
0e7ef5f0c7
@ -3,4 +3,8 @@ required:
|
||||
- id
|
||||
- name
|
||||
properties:
|
||||
additionProperties: true
|
||||
id:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
additionalProperties: true
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
summary: Regenerate a user’s api key
|
||||
operationId: regenerateApiKey
|
||||
operationId: regenerateUserApiKey
|
||||
tags:
|
||||
- User
|
||||
description: >-
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
summary: Regenerate the system wide API key
|
||||
operation: regenerateApiKey
|
||||
operationId: regenerateApiKey
|
||||
description: >-
|
||||
Generates a new system wide API key.
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
summary: Update Settings
|
||||
operation: updateSettings
|
||||
operationId: updateSettings
|
||||
description: >-
|
||||
Saves the provided settings in OctoPrint.
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
summary: Fetch template data
|
||||
operation: getTemplates
|
||||
operationId: getTemplates
|
||||
description: >-
|
||||
Fetch data (currently only the sorting order) of all registered template components in the system.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user