metamaps--metamaps/doc/api/apis/users.raml

25 lines
509 B
Plaintext
Raw Normal View History

2016-10-04 14:24:47 +00:00
#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