feat
This commit is contained in:
parent
d2450ffc89
commit
d04248ab7a
1 changed files with 0 additions and 11 deletions
|
|
@ -10,7 +10,6 @@ paths:
|
|||
summary: Get titles
|
||||
parameters:
|
||||
- in: query
|
||||
<<<<<<< Updated upstream
|
||||
name: word
|
||||
schema:
|
||||
type: string
|
||||
|
|
@ -33,12 +32,6 @@ paths:
|
|||
schema:
|
||||
$ref: '#/components/schemas/ReleaseSeason'
|
||||
- in: query
|
||||
=======
|
||||
name: query
|
||||
schema:
|
||||
type: string
|
||||
- in: query
|
||||
>>>>>>> Stashed changes
|
||||
name: limit
|
||||
schema:
|
||||
type: integer
|
||||
|
|
@ -64,14 +57,10 @@ paths:
|
|||
$ref: '#/components/schemas/Title'
|
||||
'204':
|
||||
description: No titles found
|
||||
<<<<<<< Updated upstream
|
||||
'400':
|
||||
description: Request params are not correct
|
||||
'500':
|
||||
description: Unknown server error
|
||||
=======
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
# /title/{title_id}:
|
||||
# get:
|
||||
# summary: Get title description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue