fix: missing operationIds

This commit is contained in:
Wlad 2020-11-13 23:03:11 +01:00
parent 551d4b4f2d
commit 0e7ef5f0c7
5 changed files with 9 additions and 5 deletions

View File

@ -3,4 +3,8 @@ required:
- id
- name
properties:
additionProperties: true
id:
type: string
name:
type: string
additionalProperties: true

View File

@ -1,5 +1,5 @@
summary: Regenerate a users api key
operationId: regenerateApiKey
operationId: regenerateUserApiKey
tags:
- User
description: >-

View File

@ -1,5 +1,5 @@
summary: Regenerate the system wide API key
operation: regenerateApiKey
operationId: regenerateApiKey
description: >-
Generates a new system wide API key.

View File

@ -1,5 +1,5 @@
summary: Update Settings
operation: updateSettings
operationId: updateSettings
description: >-
Saves the provided settings in OctoPrint.

View File

@ -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.