From edfc25832b9cc5148f4af1a4414d08b4c2a49224 Mon Sep 17 00:00:00 2001 From: Documentation Updater Date: Mon, 24 Mar 2025 18:44:00 +0000 Subject: [PATCH] Updating documentation --- signal-server-openapi.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index 7ae9c1879..15d713d7d 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -447,6 +447,8 @@ paths: application/json: schema: $ref: '#/components/schemas/StaleDevices' + "413": + description: One or more device messages was too large "422": description: The request did not pass validation "423": @@ -511,6 +513,8 @@ paths: application/json: schema: $ref: '#/components/schemas/StaleDevices' + "413": + description: One or more device messages was too large security: - authenticatedAccount: [] /v2/accounts/data_report: @@ -4177,6 +4181,8 @@ components: description: | The PNI-associated identity key for the account, encoded as a base64 string. IncomingMessage: + required: + - content type: object properties: type: @@ -4189,7 +4195,10 @@ components: type: integer format: int32 content: + maxLength: 2147483647 + minLength: 1 type: string + format: byte validEnvelopeType: type: boolean KEMSignedPreKey: