This commit is contained in:
Iron_Felix 2025-11-15 01:02:30 +03:00
parent d2450ffc89
commit d04248ab7a

View file

@ -10,7 +10,6 @@ paths:
summary: Get titles summary: Get titles
parameters: parameters:
- in: query - in: query
<<<<<<< Updated upstream
name: word name: word
schema: schema:
type: string type: string
@ -33,12 +32,6 @@ paths:
schema: schema:
$ref: '#/components/schemas/ReleaseSeason' $ref: '#/components/schemas/ReleaseSeason'
- in: query - in: query
=======
name: query
schema:
type: string
- in: query
>>>>>>> Stashed changes
name: limit name: limit
schema: schema:
type: integer type: integer
@ -64,14 +57,10 @@ paths:
$ref: '#/components/schemas/Title' $ref: '#/components/schemas/Title'
'204': '204':
description: No titles found description: No titles found
<<<<<<< Updated upstream
'400': '400':
description: Request params are not correct description: Request params are not correct
'500': '500':
description: Unknown server error description: Unknown server error
=======
>>>>>>> Stashed changes
# /title/{title_id}: # /title/{title_id}:
# get: # get:
# summary: Get title description # summary: Get title description