Describe return codes for account data endpoints + minor clarifications (#1155)

This commit is contained in:
David Robertson 2022-07-14 13:01:56 +01:00 committed by GitHub
parent 56400ab9a0
commit f9028acf8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 127 additions and 4 deletions

View file

@ -7,9 +7,12 @@ type: module
Clients can store custom config data for their account on their
homeserver. This account data will be synced between different devices
and can persist across installations on a particular device. Users may
only view the account data for their own account
only view the account data for their own account.
The account\_data may be either global or scoped to a particular rooms.
The account data may be either global or scoped to a particular room.
There is no inheritance mechanism here: a given `type` of data missing
from a room's account data does not fall back to the global account
data with the same `type`.
#### Events