Updating documentation

This commit is contained in:
Documentation Updater
2025-10-16 20:32:43 +00:00
parent f6f38e2fbd
commit bfbfe93af0
+34
View File
@@ -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: