From a74deeb58b712196925d419d80dad774ac7e218a Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 30 Jun 2022 23:12:26 +0100 Subject: [PATCH] 405 on m.fully_read --- data/api/client-server/account-data.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/api/client-server/account-data.yaml b/data/api/client-server/account-data.yaml index 306bc3b5..f7ef13eb 100644 --- a/data/api/client-server/account-data.yaml +++ b/data/api/client-server/account-data.yaml @@ -75,6 +75,10 @@ paths: description: |- The access token provided is not authorized to modify this user's account data. + 405: + description: |- + This `type` of account data is controlled by the server; it cannot be + modified by clients. tags: - User data get: @@ -174,6 +178,10 @@ paths: description: |- The access token provided is not authorized to modify this user's account data. + 405: + description: |- + This `type` of account data is controlled by the server; it cannot be + modified by clients. tags: - User data get: