feat: Add schema for uuid property in app update response

This commit is contained in:
Andras Bacsai 2024-07-10 10:30:11 +02:00
parent 26f4bcc77e
commit c61ad9cd95

View File

@ -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':