feat: delete usertitle implemented

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