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

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

@ -328,12 +328,16 @@ paths:
x-example: "1"
responses:
200:
description: The delete succeeded.
description: |-
The delete succeeded, or the specified backup was previously
deleted.
schema:
type: object
properties: {}
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:
application/json: {
"errcode": "M_NOT_FOUND",

Loading…
Cancel
Save