Updating documentation
This commit is contained in:
parent
4c99d4c328
commit
834fdb5088
|
@ -1619,10 +1619,6 @@ paths:
|
||||||
enum:
|
enum:
|
||||||
- ACI
|
- ACI
|
||||||
- PNI
|
- PNI
|
||||||
- name: User-Agent
|
|
||||||
in: header
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Body contains the number of available one-time prekeys for
|
description: Body contains the number of available one-time prekeys for
|
||||||
|
@ -1630,17 +1626,7 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
$ref: '#/components/schemas/PreKeyCount'
|
||||||
properties:
|
|
||||||
completedExceptionally:
|
|
||||||
type: boolean
|
|
||||||
numberOfDependents:
|
|
||||||
type: integer
|
|
||||||
format: int32
|
|
||||||
done:
|
|
||||||
type: boolean
|
|
||||||
cancelled:
|
|
||||||
type: boolean
|
|
||||||
"401":
|
"401":
|
||||||
description: Account authentication check failed.
|
description: Account authentication check failed.
|
||||||
security:
|
security:
|
||||||
|
@ -4044,6 +4030,19 @@ 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
|
||||||
SetKeysRequest:
|
SetKeysRequest:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in New Issue