diff --git a/openapi.yml b/openapi.yml index d5cfa5d..05b12ad 100644 --- a/openapi.yml +++ b/openapi.yml @@ -277,6 +277,8 @@ paths: description: Workspace created content: application/json: {schema: {$ref: '/components/schemas/Workspace'}} + + '/workspace/{workspace-id}': put: tags: ['workspace'] summary: Replace an existing workspace @@ -292,8 +294,6 @@ paths: description: Workspace replaced content: application/json: {schema: {$ref: '#/components/schemas/Workspace'}} - - '/workspace/{workspace-id}': get: tags: ['workspace'] operationId: getWorkspace