Updating documentation
This commit is contained in:
parent
488e55ab2c
commit
335164df8b
|
@ -369,6 +369,10 @@ paths:
|
|||
in: header
|
||||
schema:
|
||||
type: string
|
||||
- name: User-Agent
|
||||
in: header
|
||||
schema:
|
||||
type: string
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
|
@ -2857,6 +2861,8 @@ components:
|
|||
items:
|
||||
type: string
|
||||
format: byte
|
||||
eachRegistrationIdValid:
|
||||
type: boolean
|
||||
pniRegistrationId:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -3041,6 +3047,8 @@ components:
|
|||
\ device on the account, including this one"
|
||||
signatureValidOnEachSignedPreKey:
|
||||
type: boolean
|
||||
eachPniRegistrationIdValid:
|
||||
type: boolean
|
||||
valid:
|
||||
type: boolean
|
||||
ECPublicKey:
|
||||
|
@ -3685,13 +3693,13 @@ components:
|
|||
WebSocketClient:
|
||||
type: object
|
||||
properties:
|
||||
createdTimestamp:
|
||||
type: integer
|
||||
format: int64
|
||||
userAgent:
|
||||
type: string
|
||||
open:
|
||||
type: boolean
|
||||
createdTimestamp:
|
||||
type: integer
|
||||
format: int64
|
||||
WebSocketSessionContext:
|
||||
type: object
|
||||
properties:
|
||||
|
|
Loading…
Reference in New Issue