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