Merge branch 'dev-ars' into dev
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m26s
Build and Deploy Go App / deploy (push) Successful in 26s

This commit is contained in:
Iron_Felix 2025-11-27 07:11:30 +03:00
commit 246fdc86b5
11 changed files with 405 additions and 72 deletions

View file

@ -407,6 +407,30 @@ paths:
description: User or Title not found
'500':
description: Internal server error
delete:
operationId: deleteUserTitle
summary: Delete a usertitle
description: User deleting title from list of watched
parameters:
- name: user_id
in: path
description: ID of the user to assign the title to
required: true
schema:
type: integer
format: int64
example: 123
responses:
'200':
description: Title successfully deleted
'401':
description: Unauthorized — missing or invalid auth token
'403':
description: Forbidden — user not allowed to delete title
'404':
description: User or Title not found
'500':
description: Internal server error
components:
parameters:
cursor:
@ -557,6 +581,7 @@ components:
additionalProperties:
type: number
format: double
additionalProperties: true
required:
- id
- title_names