From 11213d0e50c4a65d6eaaa820486b8077ce74bad6 Mon Sep 17 00:00:00 2001 From: Documentation Updater Date: Fri, 9 Feb 2024 22:16:00 +0000 Subject: [PATCH] Updating documentation --- signal-server-openapi.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index e75495339..ba2a871b1 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -235,6 +235,7 @@ paths: application/json: schema: $ref: '#/components/schemas/TurnToken' + deprecated: true security: - authenticatedAccount: [] /v1/accounts/username_hash/{usernameHash}: @@ -1164,6 +1165,31 @@ paths: description: Ratelimited. security: - authenticatedAccount: [] + /v1/calling/relays: + get: + tags: + - Calling + summary: Get 1:1 calling relay options for the client + description: | + Get 1:1 relay addresses in IpV4, Ipv6, and URL formats. + operationId: getCallingRelays + responses: + "200": + description: '`JSON` with call endpoints.' + content: + application/json: + schema: + $ref: '#/components/schemas/TurnToken' + "400": + description: Invalid get call endpoint request. + "401": + description: Account authentication check failed. + "422": + description: Invalid request format. + "429": + description: Ratelimited. + security: + - authenticatedAccount: [] /v1/certificate/delivery: get: tags: @@ -2886,6 +2912,12 @@ components: type: array items: type: string + urlsWithIps: + type: array + items: + type: string + hostname: + type: string AccountIdentifierResponse: required: - uuid