Skip to content

Commit

Permalink
Removed PATCH verb from all endpoints as we don't support it
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Robinson <dseevr@users.noreply.github.com>
  • Loading branch information
dseevr committed Mar 22, 2017
1 parent 46411cb commit 21b2f9c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions spec/contiv/schemas/collection-item.raml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@ get:
body:
application/json: |
{"message": "<<resourcePathName|!singularize>> not found" }
patch:
description: updates <<resourcePathName|!singularize>>.
body:
application/json:
type: <<provider>>.upd_<<resourcePathName|!singularize>>
responses:
200:
body:
application/json:
type: <<provider>>.<<resourcePathName|!singularize>>
404:
body:
application/json: |
{"message": "<<resourcePathName|!singularize>> not found" }
delete:
description: deletes <<resourcePathName|!singularize>>.
responses:
Expand Down

0 comments on commit 21b2f9c

Please sign in to comment.