feat: AddUserTitle implemented
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m23s
Build and Deploy Go App / deploy (push) Successful in 28s

This commit is contained in:
Iron_Felix 2025-11-24 09:34:05 +03:00
parent 15a681c622
commit 76df4d8592
10 changed files with 749 additions and 39 deletions

View file

@ -13,8 +13,9 @@ paths:
$ref: "./paths/titles-id.yaml"
/users/{user_id}:
$ref: "./paths/users-id.yaml"
/users/{user_id}/titles/:
/users/{user_id}/titles:
$ref: "./paths/users-id-titles.yaml"
components:
parameters:
$ref: "./parameters/_index.yaml"