Deprecate the v1 IS API
This commit is contained in:
parent
b0acaeddfa
commit
ca4d9d8636
8 changed files with 17 additions and 0 deletions
|
@ -30,6 +30,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
Determines if a given 3pid has been validated by a user.
|
Determines if a given 3pid has been validated by a user.
|
||||||
operationId: getValidated3pid
|
operationId: getValidated3pid
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
- in: query
|
||||||
type: string
|
type: string
|
||||||
|
@ -104,6 +105,7 @@ paths:
|
||||||
``application/x-form-www-urlencoded`` data. However, this usage is
|
``application/x-form-www-urlencoded`` data. However, this usage is
|
||||||
deprecated.
|
deprecated.
|
||||||
operationId: bind
|
operationId: bind
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: body
|
- in: body
|
||||||
name: body
|
name: body
|
||||||
|
@ -221,6 +223,7 @@ paths:
|
||||||
through to the client requesting an unbind through a homeserver, if the
|
through to the client requesting an unbind through a homeserver, if the
|
||||||
homeserver is acting on behalf of a client.
|
homeserver is acting on behalf of a client.
|
||||||
operationId: unbind
|
operationId: unbind
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: body
|
- in: body
|
||||||
name: body
|
name: body
|
||||||
|
|
|
@ -46,6 +46,7 @@ paths:
|
||||||
``application/x-form-www-urlencoded`` data. However, this usage is
|
``application/x-form-www-urlencoded`` data. However, this usage is
|
||||||
deprecated.
|
deprecated.
|
||||||
operationId: emailRequestToken
|
operationId: emailRequestToken
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: body
|
- in: body
|
||||||
name: body
|
name: body
|
||||||
|
@ -92,6 +93,7 @@ paths:
|
||||||
``application/x-form-www-urlencoded`` data. However, this usage is
|
``application/x-form-www-urlencoded`` data. However, this usage is
|
||||||
deprecated.
|
deprecated.
|
||||||
operationId: emailSubmitTokenPost
|
operationId: emailSubmitTokenPost
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: body
|
- in: body
|
||||||
name: body
|
name: body
|
||||||
|
@ -142,6 +144,7 @@ paths:
|
||||||
Note that, in contrast with the POST version, this endpoint will be
|
Note that, in contrast with the POST version, this endpoint will be
|
||||||
used by end-users, and so the response should be human-readable.
|
used by end-users, and so the response should be human-readable.
|
||||||
operationId: emailSubmitTokenGet
|
operationId: emailSubmitTokenGet
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
- in: query
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -33,6 +33,7 @@ paths:
|
||||||
The identity server will look up ``token`` which was stored in a call
|
The identity server will look up ``token`` which was stored in a call
|
||||||
to ``store-invite``, and fetch the sender of the invite.
|
to ``store-invite``, and fetch the sender of the invite.
|
||||||
operationId: blindlySignStuff
|
operationId: blindlySignStuff
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: body
|
- in: body
|
||||||
name: body
|
name: body
|
||||||
|
|
|
@ -32,6 +32,7 @@ paths:
|
||||||
summary: Look up the Matrix user ID for a 3pid.
|
summary: Look up the Matrix user ID for a 3pid.
|
||||||
description: Look up the Matrix user ID for a 3pid.
|
description: Look up the Matrix user ID for a 3pid.
|
||||||
operationId: lookupUser
|
operationId: lookupUser
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
- in: query
|
||||||
type: string
|
type: string
|
||||||
|
@ -101,6 +102,7 @@ paths:
|
||||||
summary: Lookup Matrix user IDs for a list of 3pids.
|
summary: Lookup Matrix user IDs for a list of 3pids.
|
||||||
description: Lookup Matrix user IDs for a list of 3pids.
|
description: Lookup Matrix user IDs for a list of 3pids.
|
||||||
operationId: lookupUsers
|
operationId: lookupUsers
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: body
|
- in: body
|
||||||
name: body
|
name: body
|
||||||
|
|
|
@ -46,6 +46,7 @@ paths:
|
||||||
``application/x-form-www-urlencoded`` data. However, this usage is
|
``application/x-form-www-urlencoded`` data. However, this usage is
|
||||||
deprecated.
|
deprecated.
|
||||||
operationId: msisdnRequestToken
|
operationId: msisdnRequestToken
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: body
|
- in: body
|
||||||
name: body
|
name: body
|
||||||
|
@ -94,6 +95,7 @@ paths:
|
||||||
``application/x-form-www-urlencoded`` data. However, this usage is
|
``application/x-form-www-urlencoded`` data. However, this usage is
|
||||||
deprecated.
|
deprecated.
|
||||||
operationId: msisdnSubmitTokenPost
|
operationId: msisdnSubmitTokenPost
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: body
|
- in: body
|
||||||
name: body
|
name: body
|
||||||
|
@ -144,6 +146,7 @@ paths:
|
||||||
Note that, in contrast with the POST version, this endpoint will be
|
Note that, in contrast with the POST version, this endpoint will be
|
||||||
used by end-users, and so the response should be human-readable.
|
used by end-users, and so the response should be human-readable.
|
||||||
operationId: msisdnSubmitTokenGet
|
operationId: msisdnSubmitTokenGet
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
- in: query
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -36,6 +36,7 @@ paths:
|
||||||
This is primarly used for auto-discovery and health check purposes
|
This is primarly used for auto-discovery and health check purposes
|
||||||
by entities acting as a client for the identity server.
|
by entities acting as a client for the identity server.
|
||||||
operationId: ping
|
operationId: ping
|
||||||
|
deprecated: true
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: An identity server is ready to serve requests.
|
description: An identity server is ready to serve requests.
|
||||||
|
|
|
@ -30,6 +30,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
Get the public key for the passed key ID.
|
Get the public key for the passed key ID.
|
||||||
operationId: getPubKey
|
operationId: getPubKey
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
type: string
|
type: string
|
||||||
|
@ -72,6 +73,7 @@ paths:
|
||||||
Check whether a long-term public key is valid. The response should always
|
Check whether a long-term public key is valid. The response should always
|
||||||
be the same, provided the key exists.
|
be the same, provided the key exists.
|
||||||
operationId: isPubKeyValid
|
operationId: isPubKeyValid
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
- in: query
|
||||||
type: string
|
type: string
|
||||||
|
@ -101,6 +103,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
Check whether a short-term public key is valid.
|
Check whether a short-term public key is valid.
|
||||||
operationId: isEphemeralPubKeyValid
|
operationId: isEphemeralPubKeyValid
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
- in: query
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -55,6 +55,7 @@ paths:
|
||||||
server's ability. Identity servers may use these variables when notifying
|
server's ability. Identity servers may use these variables when notifying
|
||||||
the ``address`` of the pending invite for display purposes.
|
the ``address`` of the pending invite for display purposes.
|
||||||
operationId: storeInvite
|
operationId: storeInvite
|
||||||
|
deprecated: true
|
||||||
parameters:
|
parameters:
|
||||||
- in: body
|
- in: body
|
||||||
name: body
|
name: body
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue