Updating documentation
This commit is contained in:
parent
daa0ef3352
commit
e109ff7397
|
@ -1104,7 +1104,17 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/PreKeyCount'
|
type: object
|
||||||
|
properties:
|
||||||
|
completedExceptionally:
|
||||||
|
type: boolean
|
||||||
|
numberOfDependents:
|
||||||
|
type: integer
|
||||||
|
format: int32
|
||||||
|
cancelled:
|
||||||
|
type: boolean
|
||||||
|
done:
|
||||||
|
type: boolean
|
||||||
"401":
|
"401":
|
||||||
description: Account authentication check failed.
|
description: Account authentication check failed.
|
||||||
security:
|
security:
|
||||||
|
@ -3346,19 +3356,6 @@ components:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
format: byte
|
format: byte
|
||||||
PreKeyCount:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
count:
|
|
||||||
type: integer
|
|
||||||
description: the number of stored unsigned elliptic-curve prekeys for this
|
|
||||||
device
|
|
||||||
format: int32
|
|
||||||
pqCount:
|
|
||||||
type: integer
|
|
||||||
description: the number of stored one-time post-quantum prekeys for this
|
|
||||||
device
|
|
||||||
format: int32
|
|
||||||
PreKeyState:
|
PreKeyState:
|
||||||
required:
|
required:
|
||||||
- identityKey
|
- identityKey
|
||||||
|
|
Loading…
Reference in New Issue