From 30e078bce6dc9875a5cf9551d2382c96fa975379 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 30 Jun 2022 22:59:31 +0100 Subject: [PATCH] Update summaries for room-specific account data --- data/api/client-server/account-data.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/api/client-server/account-data.yaml b/data/api/client-server/account-data.yaml index f3700dd6..873f5c50 100644 --- a/data/api/client-server/account-data.yaml +++ b/data/api/client-server/account-data.yaml @@ -118,7 +118,7 @@ paths: - User data "/user/{userId}/rooms/{roomId}/account_data/{type}": put: - summary: Set some account_data for the user. + summary: Set some account_data for the user that is specific to a room. description: |- 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 @@ -174,7 +174,7 @@ paths: tags: - User data get: - summary: Get some account_data for the user. + summary: Get some account_data for the user that is specific to a room. description: |- Get some account_data for the client on a given room. This config is only visible to the user that set the account_data.