fix
This commit is contained in:
parent
abf09e5f5e
commit
df45a327e6
5 changed files with 60 additions and 35 deletions
|
|
@ -94,6 +94,8 @@ paths:
|
|||
description: Request params are not correct
|
||||
'500':
|
||||
description: Unknown server error
|
||||
'204':
|
||||
description: No title found
|
||||
|
||||
# patch:
|
||||
# summary: Update title info
|
||||
|
|
@ -636,6 +638,9 @@ components:
|
|||
|
||||
Studio:
|
||||
type: object
|
||||
required:
|
||||
- id
|
||||
- name
|
||||
properties:
|
||||
id:
|
||||
type: integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue