Fix typos and clarify the user ID in login sections

pull/977/head
Travis Ralston 4 years ago
parent 185e3e4001
commit d9a1de1d30

@ -154,7 +154,7 @@ paths:
properties: properties:
user_id: user_id:
type: string type: string
description: The fully-qualified Matrix ID that has been registered. description: The fully-qualified Matrix ID for the account.
access_token: access_token:
type: string type: string
description: |- description: |-

@ -39,7 +39,7 @@ paths:
- accessToken: [] - accessToken: []
responses: responses:
200: 200:
description: The access token used in the request was succesfully invalidated. description: The access token used in the request was successfully invalidated.
schema: schema:
type: object type: object
properties: {} properties: {}
@ -64,7 +64,7 @@ paths:
- accessToken: [] - accessToken: []
responses: responses:
200: 200:
description: The user's access tokens were succesfully invalidated. description: The user's access tokens were successfully invalidated.
schema: schema:
type: object type: object
properties: {} properties: {}

Loading…
Cancel
Save