feat: added GetUserTitle route
This commit is contained in:
parent
a25a912ead
commit
ad1c567b42
8 changed files with 733 additions and 402 deletions
|
|
@ -15,6 +15,8 @@ paths:
|
|||
$ref: "./paths/users-id.yaml"
|
||||
/users/{user_id}/titles:
|
||||
$ref: "./paths/users-id-titles.yaml"
|
||||
/users/{user_id}/titles/{title_id}:
|
||||
$ref: "./paths/users-id-titles-id.yaml"
|
||||
|
||||
components:
|
||||
parameters:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue