changing Client Config to Account Data

Signed-off-by: Ved Prasad Bankeshwar ved.bankeshwar@gmail.com
This commit is contained in:
yoyodragon 2024-12-15 15:01:39 +05:30
parent 63a4acdf94
commit f10840caf0
4 changed files with 4 additions and 4 deletions

View file

@ -557,7 +557,7 @@ Since the draft stage, the following major changes have been made:
- Invites based on third-party identifiers
- Room tagging
- Guest access
- Client config
- Account Data
- The following APIs were added:
- ``/sync``
- ``/publicRooms``

View file

@ -1,5 +1,5 @@
### Client Config
### Account Data
Clients can store custom config data for their account on their
homeserver. This account data will be synced between different devices

View file

@ -13,7 +13,7 @@
# limitations under the License.
openapi: 3.1.0
info:
title: Matrix Client-Server Client Config API
title: Matrix Client-Server Account Data API
version: 1.0.0
paths:
"/user/{userId}/account_data/{type}":

View file

@ -15,7 +15,7 @@
# limitations under the License.
openapi: 3.1.0
info:
title: Matrix Client-Server Client Config API
title: Matrix Client-Server Account Data API
version: 1.0.0
paths:
/keys/upload: