v-kolesnikov/emilito

View on GitHub
api/resourceTypes/collection.raml

Summary

Maintainability
Test Coverage
description: Collection of available <<resourcePathName>> in Workflow
securedBy: [oauth_2_0]
get:
description: Get a list of <<resourcePathName>>
responses:
200:
body:
application/json:
post:
description: Add a new <<resourcePathName|!singularize>> to Workflow
responses:
201:
body:
application/json: