mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 03:34:08 +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
|
- Invites based on third-party identifiers
|
||||||
- Room tagging
|
- Room tagging
|
||||||
- Guest access
|
- Guest access
|
||||||
- Client config
|
- Account Data
|
||||||
- The following APIs were added:
|
- The following APIs were added:
|
||||||
- ``/sync``
|
- ``/sync``
|
||||||
- ``/publicRooms``
|
- ``/publicRooms``
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
### Client Config
|
### Account Data
|
||||||
|
|
||||||
Clients can store custom config data for their account on their
|
Clients can store custom config data for their account on their
|
||||||
homeserver. This account data will be synced between different devices
|
homeserver. This account data will be synced between different devices
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
openapi: 3.1.0
|
openapi: 3.1.0
|
||||||
info:
|
info:
|
||||||
title: Matrix Client-Server Client Config API
|
title: Matrix Client-Server Account Data API
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
paths:
|
paths:
|
||||||
"/user/{userId}/account_data/{type}":
|
"/user/{userId}/account_data/{type}":
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
openapi: 3.1.0
|
openapi: 3.1.0
|
||||||
info:
|
info:
|
||||||
title: Matrix Client-Server Client Config API
|
title: Matrix Client-Server Account Data API
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
paths:
|
paths:
|
||||||
/keys/upload:
|
/keys/upload:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue