feat: Add schema for uuid property in app update response
This commit is contained in:
parent
26f4bcc77e
commit
c61ad9cd95
@ -233,6 +233,12 @@ paths:
|
|||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: 'Application updated.'
|
description: 'Application updated.'
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
properties:
|
||||||
|
uuid: { type: string }
|
||||||
|
type: object
|
||||||
'401':
|
'401':
|
||||||
$ref: '#/components/responses/401'
|
$ref: '#/components/responses/401'
|
||||||
'400':
|
'400':
|
||||||
|
Loading…
Reference in New Issue
Block a user