Skip to content

Commit 21b2f9c

Browse files
committed
Removed PATCH verb from all endpoints as we don't support it
Signed-off-by: Bill Robinson <[email protected]>
1 parent 46411cb commit 21b2f9c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

spec/contiv/schemas/collection-item.raml

-14
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,6 @@ get:
1111
body:
1212
application/json: |
1313
{"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-
body:
22-
application/json:
23-
type: <<provider>>.<<resourcePathName|!singularize>>
24-
404:
25-
body:
26-
application/json: |
27-
{"message": "<<resourcePathName|!singularize>> not found" }
2814
delete:
2915
description: deletes <<resourcePathName|!singularize>>.
3016
responses:

0 commit comments

Comments
 (0)