Updating documentation
This commit is contained in:
parent
55485ed6f6
commit
633755e3e5
|
@ -2829,10 +2829,6 @@ paths:
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/ServiceIdentifier'
|
$ref: '#/components/schemas/ServiceIdentifier'
|
||||||
- name: ca
|
|
||||||
in: query
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
responses:
|
responses:
|
||||||
default:
|
default:
|
||||||
description: default response
|
description: default response
|
||||||
|
@ -4972,10 +4968,10 @@ components:
|
||||||
created:
|
created:
|
||||||
type: string
|
type: string
|
||||||
format: date-time
|
format: date-time
|
||||||
userAgent:
|
|
||||||
type: string
|
|
||||||
open:
|
open:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
userAgent:
|
||||||
|
type: string
|
||||||
WebSocketSessionContext:
|
WebSocketSessionContext:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -5234,9 +5230,14 @@ components:
|
||||||
device
|
device
|
||||||
format: int32
|
format: int32
|
||||||
SetKeysRequest:
|
SetKeysRequest:
|
||||||
|
required:
|
||||||
|
- pqPreKeys
|
||||||
|
- preKeys
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
preKeys:
|
preKeys:
|
||||||
|
maxItems: 100
|
||||||
|
minItems: 0
|
||||||
type: array
|
type: array
|
||||||
description: |
|
description: |
|
||||||
A list of unsigned elliptic-curve prekeys to use for this device. If present and not empty, replaces all stored
|
A list of unsigned elliptic-curve prekeys to use for this device. If present and not empty, replaces all stored
|
||||||
|
@ -5247,6 +5248,8 @@ components:
|
||||||
signedPreKey:
|
signedPreKey:
|
||||||
$ref: '#/components/schemas/ECSignedPreKey'
|
$ref: '#/components/schemas/ECSignedPreKey'
|
||||||
pqPreKeys:
|
pqPreKeys:
|
||||||
|
maxItems: 100
|
||||||
|
minItems: 0
|
||||||
type: array
|
type: array
|
||||||
description: |
|
description: |
|
||||||
A list of signed post-quantum one-time prekeys to use for this device. Each key must have a valid signature from
|
A list of signed post-quantum one-time prekeys to use for this device. Each key must have a valid signature from
|
||||||
|
|
Loading…
Reference in New Issue