From c61ad9cd95650125215664617d2b15e499cc285e Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 10 Jul 2024 10:30:11 +0200 Subject: [PATCH] feat: Add schema for uuid property in app update response --- openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index ddc646fa8..831c8617d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -233,6 +233,12 @@ paths: responses: '200': description: 'Application updated.' + content: + application/json: + schema: + properties: + uuid: { type: string } + type: object '401': $ref: '#/components/responses/401' '400':