From 3c22becc1806e6abca64d07d68d000a0ed247404 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Mon, 25 Jul 2022 14:20:26 +0200 Subject: [PATCH] OAPI: rename wizard to setup-assistant No functional changes, just a rename. --- pkg/api/flamenco-openapi.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index d683c63e..f5fee0c0 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -102,17 +102,17 @@ paths: application/json: schema: { $ref: "#/components/schemas/Error" } - /api/v3/configuration/wizard: - summary: Save the configuration from the First-Time Wizard. + /api/v3/configuration/setup-assistant: + summary: Save the configuration from the Setup Assistant. post: summary: Update the Manager's configuration, and restart it in fully functional mode. tags: [meta] - operationId: saveWizardConfig + operationId: saveSetupAssistantConfig requestBody: description: Configuration to save. content: application/json: - schema: { $ref: "#/components/schemas/WizardConfig" } + schema: { $ref: "#/components/schemas/SetupAssistantConfig" } responses: "204": description: Normal response. The webapp should do a full refresh at this point. @@ -1088,9 +1088,9 @@ components: type: boolean required: [storageLocation, shamanEnabled, isFirstRun] - WizardConfig: + SetupAssistantConfig: type: object - description: Configuration obtained from the First-Time Wizard. + description: Configuration obtained from the Setup Assistant. properties: "storageLocation": description: Directory used for job file storage.