Update information about an existing backup.
PUT {{baseUrl}}/room_keys/version/:version
Update information about an existing backup. Only auth_data
can be modified.
Request Body
{"algorithm"=>"m.megolm_backup.v1.curve25519-aes-sha2", "auth_data"=>{"public_key"=>"abcdefg", "signatures"=>{"@alice:example.org"=>{"ed25519:deviceid"=>"signature"}}}, "version"=>"1"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{}