feat: delete usertitle implemented
This commit is contained in:
parent
246fdc86b5
commit
451df61127
7 changed files with 160 additions and 492 deletions
|
|
@ -419,7 +419,12 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
format: int64
|
||||
example: 123
|
||||
- name: title_id
|
||||
in: query
|
||||
required: true
|
||||
schema:
|
||||
type: integer
|
||||
format: int64
|
||||
responses:
|
||||
'200':
|
||||
description: Title successfully deleted
|
||||
|
|
@ -581,7 +586,6 @@ components:
|
|||
additionalProperties:
|
||||
type: number
|
||||
format: double
|
||||
additionalProperties: true
|
||||
required:
|
||||
- id
|
||||
- title_names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue