feat: titles.go added
This commit is contained in:
parent
c2dc762700
commit
d2450ffc89
3 changed files with 130 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ paths:
|
|||
summary: Get titles
|
||||
parameters:
|
||||
- in: query
|
||||
<<<<<<< Updated upstream
|
||||
name: word
|
||||
schema:
|
||||
type: string
|
||||
|
|
@ -32,6 +33,12 @@ paths:
|
|||
schema:
|
||||
$ref: '#/components/schemas/ReleaseSeason'
|
||||
- in: query
|
||||
=======
|
||||
name: query
|
||||
schema:
|
||||
type: string
|
||||
- in: query
|
||||
>>>>>>> Stashed changes
|
||||
name: limit
|
||||
schema:
|
||||
type: integer
|
||||
|
|
@ -57,10 +64,13 @@ 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue