Skip to content

Commit

Permalink
change output schema for deleting analyses: modified -> deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrussimon committed Jun 27, 2017
1 parent 1b8dbc7 commit 4a2aaf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raml/resourceTypes/analysis-item.raml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ delete:
200:
body:
application/json:
example: !include ../examples/output/container-update.json
schema: !include ../schemas/output/container-update.json
example: !include ../examples/output/container-delete.json
schema: !include ../schemas/output/container-delete.json

0 comments on commit 4a2aaf7

Please sign in to comment.