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

27 lines
547 B
Text
Raw Normal View History

2016-10-04 22:24:47 +08:00
#type: collection
get:
2016-10-12 10:15:34 +08:00
secured_by: [ ]
2016-10-04 22:24:47 +08:00
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:
2016-10-12 10:15:34 +08:00
secured_by: [ ]
2016-10-04 22:24:47 +08:00
responses:
200:
body:
application/json:
example: !include ../examples/user.json