From a36f20558f8169d6aafb8781ac0298300b39967c Mon Sep 17 00:00:00 2001 From: Documentation Updater Date: Wed, 3 May 2023 19:32:42 +0000 Subject: [PATCH] Updating documentation --- signal-server-openapi.yaml | 50 +------------------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index 0a5fde4db..c68533a2a 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -838,59 +838,11 @@ paths: application/json: schema: $ref: '#/components/schemas/DeviceResponse' - /v1/directory/auth: - get: - tags: - - Directory - operationId: getAuthToken - responses: - default: - description: default response - content: - application/json: {} - security: - - authenticatedAccount: [] - /v1/directory/tokens: - put: - tags: - - Directory - operationId: getContactIntersection - responses: - default: - description: default response - content: - application/json: {} - security: - - authenticatedAccount: [] - /v1/directory/{token}: - get: - tags: - - Directory - operationId: getTokenPresence - responses: - default: - description: default response - content: - application/json: {} - security: - - authenticatedAccount: [] - /v1/directory/feedback-v3/{status}: - put: - tags: - - Directory - operationId: setFeedback - responses: - default: - description: default response - content: - application/json: {} - security: - - authenticatedAccount: [] /v2/directory/auth: get: tags: - Directory - operationId: getAuthToken_1 + operationId: getAuthToken responses: default: description: default response