We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b2f9c commit e863bfaCopy full SHA for e863bfa
spec/contiv/schemas/collection-item.raml
@@ -11,6 +11,14 @@ get:
11
body:
12
application/json: |
13
{"message": "<<resourcePathName|!singularize>> not found" }
14
+post:
15
+ description: Add a new <<resourcePathName|!singularize>>.
16
+ body:
17
+ application/json:
18
+ type: <<provider>>.<<resourcePathName|!singularize>>
19
+ responses:
20
+ 201:
21
+ 404:
22
delete:
23
description: deletes <<resourcePathName|!singularize>>.
24
responses:
spec/contiv/schemas/collection.raml
@@ -7,11 +7,3 @@ get:
7
8
application/json:
9
type: <<provider>>.<<resourcePathName>>
10
-post:
- description: Add a new <<resourcePathName|!singularize>>.
- body:
- application/json:
- type: <<provider>>.<<resourcePathName|!singularize>>
- responses:
- 201:
- 404:
0 commit comments