mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-19 20:43:42 +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"
|
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…
Reference in a new issue