Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Signal-Server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
GitHub Mirror
Signal
Signal-Server
Commits
46d3d5d4
Commit
46d3d5d4
authored
Oct 20, 2023
by
Documentation Updater
Browse files
Options
Downloads
Patches
Plain Diff
Updating documentation
parent
5717ea3b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
signal-server-openapi.yaml
+16
-9
16 additions, 9 deletions
signal-server-openapi.yaml
with
16 additions
and
9 deletions
signal-server-openapi.yaml
+
16
−
9
View file @
46d3d5d4
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment