spec what to do if you try to delete a backup that's already deleted

pull/977/head
Hubert Chathi 4 years ago
parent bd95568c8c
commit fae1165e1c

@ -328,12 +328,16 @@ paths:
x-example: "1" x-example: "1"
responses: responses:
200: 200:
description: The delete succeeded. description: |-
The delete succeeded, or the specified backup was previously
deleted.
schema: schema:
type: object type: object
properties: {} properties: {}
404: 404:
description: The backup specified does not exist. description: |-
The backup specified does not exist. If the backup was previously
deleted, the call should succeed rather than returning an error.
examples: examples:
application/json: { application/json: {
"errcode": "M_NOT_FOUND", "errcode": "M_NOT_FOUND",

Loading…
Cancel
Save