mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-03 14:38:37 +01:00
spec what to do if you try to delete a backup that's already deleted
This commit is contained in:
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…
Reference in a new issue