Skip to content
Snippets Groups Projects
Commit 46d3d5d4 authored by Documentation Updater's avatar Documentation Updater
Browse files

Updating documentation

parent 5717ea3b
Branches
No related tags found
No related merge requests found
...@@ -854,6 +854,11 @@ paths: ...@@ -854,6 +854,11 @@ paths:
Clients may retry the PUT in the event of an HTTP/5xx response (except HTTP/508) from the server, but must Clients may retry the PUT in the event of an HTTP/5xx response (except HTTP/508) from the server, but must
implement an exponential back-off system and limit the total number of retries. implement an exponential back-off system and limit the total number of retries.
operationId: requestPushChallenge operationId: requestPushChallenge
requestBody:
content:
'*/*':
schema:
$ref: '#/components/schemas/PushChallengeConfig'
responses: responses:
"200": "200":
description: | description: |
...@@ -3180,6 +3185,14 @@ components: ...@@ -3180,6 +3185,14 @@ components:
type: string type: string
discriminator: discriminator:
propertyName: type propertyName: type
ScoreThreshold:
type: object
properties:
scoreThreshold:
type: number
format: float
PushChallengeConfig:
type: object
VerificationCode: VerificationCode:
type: object type: object
properties: properties:
...@@ -3284,13 +3297,13 @@ components: ...@@ -3284,13 +3297,13 @@ components:
WebSocketClient: WebSocketClient:
type: object type: object
properties: properties:
createdTimestamp:
type: integer
format: int64
userAgent: userAgent:
type: string type: string
open: open:
type: boolean type: boolean
createdTimestamp:
type: integer
format: int64
WebSocketSessionContext: WebSocketSessionContext:
type: object type: object
properties: properties:
...@@ -4102,12 +4115,6 @@ components: ...@@ -4102,12 +4115,6 @@ components:
- voice - voice
client: client:
type: string type: string
ScoreThreshold:
type: object
properties:
scoreThreshold:
type: number
format: float
SubmitVerificationCodeRequest: SubmitVerificationCodeRequest:
required: required:
- code - code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment