From 652cfd16abe1301a7658abe36ece815bce7a9de2 Mon Sep 17 00:00:00 2001 From: Documentation Updater Date: Wed, 13 Mar 2024 22:49:46 +0000 Subject: [PATCH] Updating documentation --- signal-server-openapi.yaml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index 36a617188..d17bb863a 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -1216,10 +1216,6 @@ paths: - Certificate operationId: getGroupAuthenticationCredentials parameters: - - name: User-Agent - in: header - schema: - type: string - name: redemptionStartSeconds in: query schema: @@ -1230,10 +1226,6 @@ paths: schema: type: integer format: int64 - - name: pniAsServiceId - in: query - schema: - type: boolean responses: default: description: default response @@ -1264,7 +1256,7 @@ paths: schema: oneOf: - $ref: '#/components/schemas/AnswerPushChallengeRequest' - - $ref: '#/components/schemas/AnswerRecaptchaChallengeRequest' + - $ref: '#/components/schemas/AnswerCaptchaChallengeRequest' responses: "200": description: Indicates the challenge proof was accepted @@ -3235,10 +3227,10 @@ components: format: int32 description: "the new phone-number-identity registration ID for each enabled\ \ device on the account, including this one" - signatureValidOnEachSignedPreKey: - type: boolean eachPniRegistrationIdValid: type: boolean + signatureValidOnEachSignedPreKey: + type: boolean valid: type: boolean ECPublicKey: @@ -3796,7 +3788,7 @@ components: challenge: type: string description: A token provided to the client via a push payload - AnswerRecaptchaChallengeRequest: + AnswerCaptchaChallengeRequest: required: - captcha - token