mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-22 19:24:10 +01:00
changing Client Config to Account Data
Signed-off-by: Ved Prasad Bankeshwar ved.bankeshwar@gmail.com
This commit is contained in:
parent
63a4acdf94
commit
f10840caf0
|
|
@ -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``
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}":
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue