mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Update summaries for room-specific account data
This commit is contained in:
parent
84f43a3c10
commit
30e078bce6
|
|
@ -118,7 +118,7 @@ paths:
|
||||||
- User data
|
- User data
|
||||||
"/user/{userId}/rooms/{roomId}/account_data/{type}":
|
"/user/{userId}/rooms/{roomId}/account_data/{type}":
|
||||||
put:
|
put:
|
||||||
summary: Set some account_data for the user.
|
summary: Set some account_data for the user that is specific to a room.
|
||||||
description: |-
|
description: |-
|
||||||
Set some account_data for the client on a given room. This config is only
|
Set some account_data for the client on a given room. This config is only
|
||||||
visible to the user that set the account_data. The config will be synced to
|
visible to the user that set the account_data. The config will be synced to
|
||||||
|
|
@ -174,7 +174,7 @@ paths:
|
||||||
tags:
|
tags:
|
||||||
- User data
|
- User data
|
||||||
get:
|
get:
|
||||||
summary: Get some account_data for the user.
|
summary: Get some account_data for the user that is specific to a room.
|
||||||
description: |-
|
description: |-
|
||||||
Get some account_data for the client on a given room. This config is only
|
Get some account_data for the client on a given room. This config is only
|
||||||
visible to the user that set the account_data.
|
visible to the user that set the account_data.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue