From c03b35cc5a2d73790e072d90559370ed9214fa2c Mon Sep 17 00:00:00 2001 From: Documentation Updater Date: Wed, 6 Nov 2024 21:08:01 +0000 Subject: [PATCH] Updating documentation --- signal-server-openapi.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index 4b366a450..21ecdffb6 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -1964,15 +1964,17 @@ paths: required: true responses: "200": - description: All search keys exist in the log + description: All identifiers exist in the log content: application/json: schema: $ref: '#/components/schemas/KeyTransparencyMonitorResponse' "400": description: Invalid request. See response for any available details. + "403": + description: One or more of the provided commitment indexes did not match "404": - description: At least one search key lookup did not find the key + description: At least one identifier was not found "429": description: Rate-limited "422":