Update summaries for room-specific account data

This commit is contained in:
David Robertson 2022-06-30 22:59:31 +01:00
parent 84f43a3c10
commit 30e078bce6
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -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.