feat /users path is specified

This commit is contained in:
Iron_Felix 2025-12-05 20:14:08 +03:00
parent 40e341c05a
commit fe18c0d865
4 changed files with 226 additions and 0 deletions

View file

@ -11,6 +11,8 @@ paths:
$ref: "./paths/titles.yaml"
/titles/{title_id}:
$ref: "./paths/titles-id.yaml"
/users/:
$ref: "./paths/users.yaml"
/users/{user_id}:
$ref: "./paths/users-id.yaml"
/users/{user_id}/titles: