18 lines
438 B
Text
18 lines
438 B
Text
#type: collection
|
|
get:
|
|
is: [ searchable: { searchFields: "name" }, orderable, pageable ]
|
|
securedBy: [ null, token, oauth_2_0 ]
|
|
responses:
|
|
200:
|
|
body:
|
|
application/json:
|
|
example: !include ../examples/metacodes.json
|
|
/{id}:
|
|
#type: item
|
|
securedBy: [ null, token, oauth_2_0 ]
|
|
get:
|
|
responses:
|
|
200:
|
|
body:
|
|
application/json:
|
|
example: !include ../examples/metacode.json
|