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