Updating documentation
This commit is contained in:
parent
9d5cdf11ae
commit
ca7b63743e
|
@ -2612,7 +2612,7 @@ components:
|
||||||
deviceMessages:
|
deviceMessages:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
A list of synchronization messages to send to companion devices to supply the private keys
|
A list of synchronization messages to send to companion devices to supply the private keysManager
|
||||||
associated with the new identity key and their new prekeys.
|
associated with the new identity key and their new prekeys.
|
||||||
Exactly one message must be supplied for each enabled device other than the sending (primary) device.
|
Exactly one message must be supplied for each enabled device other than the sending (primary) device.
|
||||||
items:
|
items:
|
||||||
|
@ -2979,7 +2979,7 @@ components:
|
||||||
deviceMessages:
|
deviceMessages:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
A list of synchronization messages to send to companion devices to supply the private keys
|
A list of synchronization messages to send to companion devices to supply the private keysManager
|
||||||
associated with the new identity key and their new prekeys.
|
associated with the new identity key and their new prekeys.
|
||||||
Exactly one message must be supplied for each enabled device other than the sending (primary) device.
|
Exactly one message must be supplied for each enabled device other than the sending (primary) device.
|
||||||
items:
|
items:
|
||||||
|
@ -3032,7 +3032,7 @@ components:
|
||||||
deviceMessages:
|
deviceMessages:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
A list of synchronization messages to send to companion devices to supply the private keys
|
A list of synchronization messages to send to companion devices to supply the private keysManager
|
||||||
associated with the new identity key and their new prekeys.
|
associated with the new identity key and their new prekeys.
|
||||||
Exactly one message must be supplied for each enabled device other than the sending (primary) device.
|
Exactly one message must be supplied for each enabled device other than the sending (primary) device.
|
||||||
items:
|
items:
|
||||||
|
@ -3365,11 +3365,11 @@ components:
|
||||||
properties:
|
properties:
|
||||||
open:
|
open:
|
||||||
type: boolean
|
type: boolean
|
||||||
userAgent:
|
|
||||||
type: string
|
|
||||||
createdTimestamp:
|
createdTimestamp:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
|
userAgent:
|
||||||
|
type: string
|
||||||
WebSocketSessionContext:
|
WebSocketSessionContext:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -3740,16 +3740,16 @@ components:
|
||||||
type: string
|
type: string
|
||||||
commitment:
|
commitment:
|
||||||
$ref: '#/components/schemas/ProfileKeyCommitment'
|
$ref: '#/components/schemas/ProfileKeyCommitment'
|
||||||
|
badges:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
avatarChange:
|
avatarChange:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- UNCHANGED
|
- UNCHANGED
|
||||||
- CLEAR
|
- CLEAR
|
||||||
- UPDATE
|
- UPDATE
|
||||||
badges:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
ProfileKeyCommitment:
|
ProfileKeyCommitment:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in New Issue