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

19 lines
396 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/metacodes.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/metacode.json