From d9a1de1d30e431ee96f98b92907410e0edaf9405 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 2 Jun 2020 08:13:07 -0600 Subject: [PATCH] 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: {}