Updating documentation

This commit is contained in:
Documentation Updater 2024-10-23 21:45:59 +00:00
parent 78e76338c8
commit baffa0703d
1 changed files with 11 additions and 2 deletions

View File

@ -1834,7 +1834,7 @@ paths:
$ref: '#/components/schemas/KeyTransparencyMonitorResponse'
"404":
description: At least one search key lookup did not find the key
"413":
"429":
description: Ratelimited
"422":
description: Invalid request format
@ -1866,7 +1866,7 @@ paths:
description: At least one search key lookup to value mapping was invalid
"404":
description: At least one search key lookup did not find the key
"413":
"429":
description: Ratelimited
"422":
description: Invalid request format
@ -4609,6 +4609,7 @@ components:
KeyTransparencySearchRequest:
required:
- aci
- aciIdentityKey
type: object
properties:
aci:
@ -4622,6 +4623,12 @@ components:
description: "The username hash to look up, encoded in web-safe unpadded\
\ base64."
format: byte
aciIdentityKey:
$ref: '#/components/schemas/IdentityKey'
unidentifiedAccessKey:
type: string
description: The unidentified access key associated with the account
format: byte
lastTreeHeadSize:
type: integer
description: The non-distinguished tree head size to prove consistency against.
@ -4630,6 +4637,8 @@ components:
type: integer
description: The distinguished tree head size to prove consistency against.
format: int64
unidentifiedAccessKeyProvidedWithE164:
type: boolean
CheckKeysRequest:
required:
- digest