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

@ -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