feat: titles.go added

This commit is contained in:
Iron_Felix 2025-11-15 00:52:23 +03:00
parent c2dc762700
commit d2450ffc89
3 changed files with 130 additions and 0 deletions

View file

@ -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: