Updating documentation

This commit is contained in:
Documentation Updater 2024-03-13 22:49:46 +00:00
parent 63afc00660
commit 652cfd16ab
1 changed files with 4 additions and 12 deletions

View File

@ -1216,10 +1216,6 @@ paths:
- Certificate - Certificate
operationId: getGroupAuthenticationCredentials operationId: getGroupAuthenticationCredentials
parameters: parameters:
- name: User-Agent
in: header
schema:
type: string
- name: redemptionStartSeconds - name: redemptionStartSeconds
in: query in: query
schema: schema:
@ -1230,10 +1226,6 @@ paths:
schema: schema:
type: integer type: integer
format: int64 format: int64
- name: pniAsServiceId
in: query
schema:
type: boolean
responses: responses:
default: default:
description: default response description: default response
@ -1264,7 +1256,7 @@ paths:
schema: schema:
oneOf: oneOf:
- $ref: '#/components/schemas/AnswerPushChallengeRequest' - $ref: '#/components/schemas/AnswerPushChallengeRequest'
- $ref: '#/components/schemas/AnswerRecaptchaChallengeRequest' - $ref: '#/components/schemas/AnswerCaptchaChallengeRequest'
responses: responses:
"200": "200":
description: Indicates the challenge proof was accepted description: Indicates the challenge proof was accepted
@ -3235,10 +3227,10 @@ components:
format: int32 format: int32
description: "the new phone-number-identity registration ID for each enabled\ description: "the new phone-number-identity registration ID for each enabled\
\ device on the account, including this one" \ device on the account, including this one"
signatureValidOnEachSignedPreKey:
type: boolean
eachPniRegistrationIdValid: eachPniRegistrationIdValid:
type: boolean type: boolean
signatureValidOnEachSignedPreKey:
type: boolean
valid: valid:
type: boolean type: boolean
ECPublicKey: ECPublicKey:
@ -3796,7 +3788,7 @@ components:
challenge: challenge:
type: string type: string
description: A token provided to the client via a push payload description: A token provided to the client via a push payload
AnswerRecaptchaChallengeRequest: AnswerCaptchaChallengeRequest:
required: required:
- captcha - captcha
- token - token