From 267aabb361250bc07f079f5dbed0c358bcb84e68 Mon Sep 17 00:00:00 2001 From: Documentation Updater Date: Wed, 22 May 2024 14:51:54 +0000 Subject: [PATCH] Updating documentation --- signal-server-openapi.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index 69fc6f11d..b53c22b76 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -4891,20 +4891,16 @@ components: properties: status: type: string - description: "The status of the credential, either match, no-match, or invalid" + description: "The status of the credential. Either match, no-match, or invalid" enum: - match - no-match - invalid shareSet: - type: array + type: string description: | - If the credential was a match, the stored shareSet that can be used to restore a value from SVR. Encoded as - items: - type: string - description: | - If the credential was a match, the stored shareSet that can be used to restore a value from SVR. Encoded as - format: byte + If the credential was a match, the stored shareSet that can be used to restore a value from SVR. Encoded in + standard un-padded base64. description: | A dictionary with the auth check results, keyed by the token corresponding token provided in the request. SetShareSetRequest: