Updating documentation
This commit is contained in:
parent
4eb3cc9d97
commit
652e3b1e06
|
@ -493,9 +493,6 @@ paths:
|
||||||
device.
|
device.
|
||||||
"422":
|
"422":
|
||||||
description: The request body failed validation.
|
description: The request body failed validation.
|
||||||
"425":
|
|
||||||
description: Not all of this account's devices support phone-number identities
|
|
||||||
yet.
|
|
||||||
"409":
|
"409":
|
||||||
description: The set of devices specified in the request does not match
|
description: The set of devices specified in the request does not match
|
||||||
the set of devices active on the account.
|
the set of devices active on the account.
|
||||||
|
@ -679,7 +676,6 @@ paths:
|
||||||
Some server endpoints (the "send message" endpoint, for example) may return a 428 response indicating the client must complete a challenge before continuing.
|
Some server endpoints (the "send message" endpoint, for example) may return a 428 response indicating the client must complete a challenge before continuing.
|
||||||
Clients may use this endpoint to provide proof of a completed challenge. If successful, the client may then
|
Clients may use this endpoint to provide proof of a completed challenge. If successful, the client may then
|
||||||
continue their original operation.
|
continue their original operation.
|
||||||
This endpoint permits unauthenticated calls if the `token` that was provided by the server with the original 428 response is supplied in the request body.
|
|
||||||
operationId: handleChallengeResponse
|
operationId: handleChallengeResponse
|
||||||
parameters:
|
parameters:
|
||||||
- name: X-Forwarded-For
|
- name: X-Forwarded-For
|
||||||
|
@ -700,9 +696,6 @@ paths:
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Indicates the challenge proof was accepted
|
description: Indicates the challenge proof was accepted
|
||||||
"401":
|
|
||||||
description: Indicates authentication or token from original challenge are
|
|
||||||
required
|
|
||||||
"413":
|
"413":
|
||||||
description: Too many attempts
|
description: Too many attempts
|
||||||
headers:
|
headers:
|
||||||
|
@ -719,7 +712,6 @@ paths:
|
||||||
style: simple
|
style: simple
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
- {}
|
|
||||||
/v1/challenge/push:
|
/v1/challenge/push:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
|
@ -3223,11 +3215,11 @@ components:
|
||||||
properties:
|
properties:
|
||||||
open:
|
open:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
userAgent:
|
||||||
|
type: string
|
||||||
createdTimestamp:
|
createdTimestamp:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
userAgent:
|
|
||||||
type: string
|
|
||||||
WebSocketSessionContext:
|
WebSocketSessionContext:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in New Issue