update openapi
This commit is contained in:
parent
ccb8b37402
commit
9b4ff9b059
@ -1450,7 +1450,14 @@ paths:
|
|||||||
required: true
|
required: true
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Success
|
description: возвращает id нового квиза
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
id:
|
||||||
|
type: number
|
||||||
'400':
|
'400':
|
||||||
description: Invalid request
|
description: Invalid request
|
||||||
content:
|
content:
|
||||||
|
Loading…
Reference in New Issue
Block a user