25 lines
509 B
Text
25 lines
509 B
Text
|
#type: collection
|
||
|
get:
|
||
|
is: [ searchable: { searchFields: "name" }, orderable, pageable ]
|
||
|
responses:
|
||
|
200:
|
||
|
body:
|
||
|
application/json:
|
||
|
example: !include ../examples/users.json
|
||
|
/current:
|
||
|
#type: item
|
||
|
get:
|
||
|
responses:
|
||
|
200:
|
||
|
body:
|
||
|
application/json:
|
||
|
example: !include ../examples/current_user.json
|
||
|
/{id}:
|
||
|
#type: item
|
||
|
get:
|
||
|
responses:
|
||
|
200:
|
||
|
body:
|
||
|
application/json:
|
||
|
example: !include ../examples/user.json
|