add missing patch responses swagger

pull/1022/head
Jade McGough 2017-03-23 05:16:49 -07:00
parent ba8609d7b6
commit c547ca5ebc
1 changed files with 21 additions and 1 deletions

View File

@ -1023,7 +1023,27 @@
},
"required": true
}
]
],
"responses": {
"200": {
"description": "Retention Policy was altered",
"schema": {
"$ref": "#/definitions/RetentionPolicy"
}
},
"404": {
"description": "Database or source does not exist.",
"schema": {
"$ref": "#/definitions/Error"
}
},
"default": {
"description": "A processing or an unexpected error.",
"schema": {
"$ref": "#/definitions/Error"
}
}
}
},
"delete": {
"tags": [