Identity Service is lowercase
This commit is contained in:
parent
cc0badaaa1
commit
ec248b436f
11 changed files with 27 additions and 27 deletions
|
@ -35,7 +35,7 @@ paths:
|
|||
associated with the user's account.
|
||||
|
||||
This is *not* the same as the list of third party identifiers bound to
|
||||
the user's Matrix ID in Identity Services.
|
||||
the user's Matrix ID in identity services.
|
||||
|
||||
Identifiers in this list may be used by the homeserver as, for example,
|
||||
identifiers that it will accept to reset the user's account password.
|
||||
|
@ -106,13 +106,13 @@ paths:
|
|||
properties:
|
||||
client_secret:
|
||||
type: string
|
||||
description: The client secret used in the session with the Identity Service.
|
||||
description: The client secret used in the session with the identity service.
|
||||
id_server:
|
||||
type: string
|
||||
description: The Identity Service to use.
|
||||
description: The identity service to use.
|
||||
sid:
|
||||
type: string
|
||||
description: The session identifier given by the Identity Service.
|
||||
description: The session identifier given by the identity service.
|
||||
required: ["client_secret", "id_server", "sid"]
|
||||
bind:
|
||||
type: boolean
|
||||
|
|
|
@ -206,7 +206,7 @@ paths:
|
|||
description: |-
|
||||
Proxies the identity service API ``validate/email/requestToken``, but
|
||||
first checks that the given email address is not already associated
|
||||
with an account on this homeserver. See the Identity Service API for
|
||||
with an account on this homeserver. See the identity service API for
|
||||
further information.
|
||||
operationId: requestTokenToRegisterEmail
|
||||
parameters:
|
||||
|
@ -266,7 +266,7 @@ paths:
|
|||
description: |-
|
||||
Proxies the identity service API ``validate/msisdn/requestToken``, but
|
||||
first checks that the given phone number is not already associated
|
||||
with an account on this homeserver. See the Identity Service API for
|
||||
with an account on this homeserver. See the identity service API for
|
||||
further information.
|
||||
operationId: requestTokenToRegisterMSISDN
|
||||
parameters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue