OAPI: rename wizard to setup-assistant

No functional changes, just a rename.
This commit is contained in:
Francesco Siddi 2022-07-25 14:20:26 +02:00 committed by Sybren A. Stüvel
parent 3206842fe8
commit 3c22becc18

View File

@ -102,17 +102,17 @@ paths:
application/json: application/json:
schema: { $ref: "#/components/schemas/Error" } schema: { $ref: "#/components/schemas/Error" }
/api/v3/configuration/wizard: /api/v3/configuration/setup-assistant:
summary: Save the configuration from the First-Time Wizard. summary: Save the configuration from the Setup Assistant.
post: post:
summary: Update the Manager's configuration, and restart it in fully functional mode. summary: Update the Manager's configuration, and restart it in fully functional mode.
tags: [meta] tags: [meta]
operationId: saveWizardConfig operationId: saveSetupAssistantConfig
requestBody: requestBody:
description: Configuration to save. description: Configuration to save.
content: content:
application/json: application/json:
schema: { $ref: "#/components/schemas/WizardConfig" } schema: { $ref: "#/components/schemas/SetupAssistantConfig" }
responses: responses:
"204": "204":
description: Normal response. The webapp should do a full refresh at this point. description: Normal response. The webapp should do a full refresh at this point.
@ -1088,9 +1088,9 @@ components:
type: boolean type: boolean
required: [storageLocation, shamanEnabled, isFirstRun] required: [storageLocation, shamanEnabled, isFirstRun]
WizardConfig: SetupAssistantConfig:
type: object type: object
description: Configuration obtained from the First-Time Wizard. description: Configuration obtained from the Setup Assistant.
properties: properties:
"storageLocation": "storageLocation":
description: Directory used for job file storage. description: Directory used for job file storage.