From bfbfe93af0991d9f4031fbb637cdaceac4dbbb6f Mon Sep 17 00:00:00 2001 From: Documentation Updater Date: Thu, 16 Oct 2025 20:32:43 +0000 Subject: [PATCH] Updating documentation --- signal-server-openapi.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index 02954a076..7cc61cd12 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -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: