From d9a1de1d30e431ee96f98b92907410e0edaf9405 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 2 Jun 2020 08:13:07 -0600 Subject: [PATCH 1/2] Fix typos and clarify the user ID in login sections --- api/client-server/login.yaml | 2 +- api/client-server/logout.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/client-server/login.yaml b/api/client-server/login.yaml index f6c92638..f122f209 100644 --- a/api/client-server/login.yaml +++ b/api/client-server/login.yaml @@ -154,7 +154,7 @@ paths: properties: user_id: type: string - description: The fully-qualified Matrix ID that has been registered. + description: The fully-qualified Matrix ID for the account. access_token: type: string description: |- diff --git a/api/client-server/logout.yaml b/api/client-server/logout.yaml index 75a3ec87..eb84a739 100644 --- a/api/client-server/logout.yaml +++ b/api/client-server/logout.yaml @@ -39,7 +39,7 @@ paths: - accessToken: [] responses: 200: - description: The access token used in the request was succesfully invalidated. + description: The access token used in the request was successfully invalidated. schema: type: object properties: {} @@ -64,7 +64,7 @@ paths: - accessToken: [] responses: 200: - description: The user's access tokens were succesfully invalidated. + description: The user's access tokens were successfully invalidated. schema: type: object properties: {} From bcce6b9a7c51ac7e5ad0bcf4178528e4158d7f1b Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 2 Jun 2020 08:21:20 -0600 Subject: [PATCH 2/2] changelog --- changelogs/client_server/newsfragments/2599.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/2599.clarification diff --git a/changelogs/client_server/newsfragments/2599.clarification b/changelogs/client_server/newsfragments/2599.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/2599.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification.