From 11c301d0897bf4276febec9252099fc2a945fe6f Mon Sep 17 00:00:00 2001 From: Alex Bogdanovski Date: Wed, 10 Jul 2024 16:20:21 +0300 Subject: [PATCH] updated API docs --- src/main/resources/templates/api.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main/resources/templates/api.yaml b/src/main/resources/templates/api.yaml index 6b740cc3..1f8012c1 100644 --- a/src/main/resources/templates/api.yaml +++ b/src/main/resources/templates/api.yaml @@ -1248,11 +1248,7 @@ paths: $ref: '#/components/schemas/Space' responses: '200': - description: Space object returned - content: - application/json: - schema: - $ref: '#/components/schemas/Space' + description: Space was updated, empty response. delete: summary: Delete space tags: