feat: delete usertitle implemented
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m12s
Build and Deploy Go App / deploy (push) Successful in 25s

This commit is contained in:
Iron_Felix 2025-11-27 08:00:29 +03:00
parent 246fdc86b5
commit 451df61127
7 changed files with 160 additions and 492 deletions

View file

@ -202,7 +202,13 @@ delete:
type: integer
format: int64
description: ID of the user to assign the title to
example: 123
- in: query
name: title_id
required: true
schema:
type: integer
format: int64
responses:
'200':