From e7419499bef39e3c6c3a594f281bc9843ff9741e Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 15 Sep 2022 14:20:57 +0100 Subject: [PATCH 1/3] Update profile.yaml --- data/api/client-server/profile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/api/client-server/profile.yaml b/data/api/client-server/profile.yaml index e8bdc4de5..9865e0205 100644 --- a/data/api/client-server/profile.yaml +++ b/data/api/client-server/profile.yaml @@ -195,7 +195,7 @@ paths: x-example: "@alice:example.com" responses: 200: - description: The avatar URL for this user. + description: The profile information for this user. examples: application/json: { "avatar_url": "mxc://matrix.org/SDGdghriugerRg", From b9497b84d94197a9305f31dde115211cea936ddc Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 15 Sep 2022 14:27:56 +0100 Subject: [PATCH 2/3] Create 1238.clarification --- changelogs/client_server/newsfragments/1238.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/1238.clarification diff --git a/changelogs/client_server/newsfragments/1238.clarification b/changelogs/client_server/newsfragments/1238.clarification new file mode 100644 index 000000000..ddf88ddda --- /dev/null +++ b/changelogs/client_server/newsfragments/1238.clarification @@ -0,0 +1 @@ +Update description of the 200 response for the `/profile/{userId}` endpoint to correctly describe that it returns more than just an avatar url. From 5f7b3a5a31533df2ab92c2b7de32ce5f2578fef7 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 15 Sep 2022 14:55:28 +0100 Subject: [PATCH 3/3] Update changelogs/client_server/newsfragments/1238.clarification Co-authored-by: Alexey Rusakov --- changelogs/client_server/newsfragments/1238.clarification | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/client_server/newsfragments/1238.clarification b/changelogs/client_server/newsfragments/1238.clarification index ddf88ddda..3ccb23339 100644 --- a/changelogs/client_server/newsfragments/1238.clarification +++ b/changelogs/client_server/newsfragments/1238.clarification @@ -1 +1 @@ -Update description of the 200 response for the `/profile/{userId}` endpoint to correctly describe that it returns more than just an avatar url. +Fix various typos throughout the specification.