mirror of
https://github.com/signalapp/Signal-Server
synced 2026-05-22 10:28:47 +01:00
Updating documentation
This commit is contained in:
@@ -1391,6 +1391,40 @@ paths:
|
||||
description: Ratelimited.
|
||||
security:
|
||||
- authenticatedAccount: []
|
||||
/v1/call_quality_survey:
|
||||
put:
|
||||
tags:
|
||||
- Account
|
||||
summary: Submit survey response
|
||||
description: Submits a call quality survey response
|
||||
operationId: submitCallQualitySurvey
|
||||
parameters:
|
||||
- name: User-Agent
|
||||
in: header
|
||||
schema:
|
||||
type: string
|
||||
requestBody:
|
||||
description: A serialized survey response protobuf entity
|
||||
content:
|
||||
application/octet-stream:
|
||||
schema:
|
||||
type: string
|
||||
format: byte
|
||||
responses:
|
||||
"204":
|
||||
description: The survey response was submitted successfully
|
||||
"422":
|
||||
description: The survey response could not be parsed
|
||||
"429":
|
||||
description: Too many attempts
|
||||
headers:
|
||||
Retry-After:
|
||||
description: "If present, an positive integer indicating the number\
|
||||
\ of seconds before a subsequent attempt could succeed"
|
||||
style: simple
|
||||
security:
|
||||
- authenticatedAccount: []
|
||||
- {}
|
||||
/v2/calling/relays:
|
||||
get:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user