feat /users path is specified
This commit is contained in:
parent
40e341c05a
commit
fe18c0d865
4 changed files with 226 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue