mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-29 12:23:26 +01:00
Updating documentation
This commit is contained in:
@@ -3289,13 +3289,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:
|
||||||
@@ -3521,7 +3521,10 @@ components:
|
|||||||
identityKey:
|
identityKey:
|
||||||
$ref: '#/components/schemas/IdentityKey'
|
$ref: '#/components/schemas/IdentityKey'
|
||||||
unidentifiedAccess:
|
unidentifiedAccess:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
unrestrictedUnidentifiedAccess:
|
unrestrictedUnidentifiedAccess:
|
||||||
type: boolean
|
type: boolean
|
||||||
capabilities:
|
capabilities:
|
||||||
@@ -3559,7 +3562,10 @@ components:
|
|||||||
identityKey:
|
identityKey:
|
||||||
$ref: '#/components/schemas/IdentityKey'
|
$ref: '#/components/schemas/IdentityKey'
|
||||||
unidentifiedAccess:
|
unidentifiedAccess:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
unrestrictedUnidentifiedAccess:
|
unrestrictedUnidentifiedAccess:
|
||||||
type: boolean
|
type: boolean
|
||||||
capabilities:
|
capabilities:
|
||||||
@@ -3588,7 +3594,10 @@ components:
|
|||||||
identityKey:
|
identityKey:
|
||||||
$ref: '#/components/schemas/IdentityKey'
|
$ref: '#/components/schemas/IdentityKey'
|
||||||
unidentifiedAccess:
|
unidentifiedAccess:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
unrestrictedUnidentifiedAccess:
|
unrestrictedUnidentifiedAccess:
|
||||||
type: boolean
|
type: boolean
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
Reference in New Issue
Block a user