We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46411cb commit 21b2f9cCopy full SHA for 21b2f9c
spec/contiv/schemas/collection-item.raml
@@ -11,20 +11,6 @@ get:
11
body:
12
application/json: |
13
{"message": "<<resourcePathName|!singularize>> not found" }
14
-patch:
15
- description: updates <<resourcePathName|!singularize>>.
16
- body:
17
- application/json:
18
- type: <<provider>>.upd_<<resourcePathName|!singularize>>
19
- responses:
20
- 200:
21
22
23
- type: <<provider>>.<<resourcePathName|!singularize>>
24
- 404:
25
26
- application/json: |
27
- {"message": "<<resourcePathName|!singularize>> not found" }
28
delete:
29
description: deletes <<resourcePathName|!singularize>>.
30
responses:
0 commit comments