feat: delete usertitle implemented
This commit is contained in:
parent
246fdc86b5
commit
451df61127
7 changed files with 160 additions and 492 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue