From d7e42ae9224a4664953074bf4f411927fa897004 Mon Sep 17 00:00:00 2001 From: Documentation Updater Date: Thu, 17 Oct 2024 17:48:49 +0000 Subject: [PATCH] Updating documentation --- signal-server-openapi.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index b3738738a..84f257567 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -1240,21 +1240,6 @@ paths: deprecated: true security: - authenticatedAccount: [] - /v3/attachments/form/upload: - get: - tags: - - Attachments - operationId: getAttachmentUploadForm_1 - responses: - default: - description: default response - content: - application/json: - schema: - $ref: '#/components/schemas/AttachmentDescriptorV3' - deprecated: true - security: - - authenticatedAccount: [] /v4/attachments/form/upload: get: tags: @@ -1263,7 +1248,7 @@ paths: description: | Retrieve an upload form that can be used to perform a resumable upload. The response will include a cdn number indicating what protocol should be used to perform the upload. - operationId: getAttachmentUploadForm_2 + operationId: getAttachmentUploadForm_1 responses: "200": description: "Success, response body includes upload form"