From 7ef1d9d0ec15691772e7f29d658cf7c7a72ccf91 Mon Sep 17 00:00:00 2001 From: Tom Foster Date: Thu, 20 Feb 2025 16:56:53 +0000 Subject: [PATCH] Add `x-changedInMatrixVersion` --- data/api/client-server/profile.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/api/client-server/profile.yaml b/data/api/client-server/profile.yaml index 438288c7..8b009a68 100644 --- a/data/api/client-server/profile.yaml +++ b/data/api/client-server/profile.yaml @@ -18,6 +18,8 @@ info: paths: "/profile/{userId}/{keyName}": put: + x-changedInMatrixVersion: + "1.14": Endpoint now accepts variable `keyName` parameter. summary: Set a profile field for a user. description: |- Set or update a profile field for a user. @@ -115,6 +117,8 @@ paths: tags: - User data get: + x-changedInMatrixVersion: + "1.14": Endpoint now accepts variable `keyName` parameter. summary: Get a profile field for a user. description: |- Get the value of a profile field for a user. Any individual field must be within the total profile limit of 64 KiB.