Updating documentation
This commit is contained in:
parent
74211590b5
commit
17c8a79cf7
|
@ -3289,13 +3289,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:
|
||||
|
@ -3521,7 +3521,10 @@ components:
|
|||
identityKey:
|
||||
$ref: '#/components/schemas/IdentityKey'
|
||||
unidentifiedAccess:
|
||||
type: string
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
format: byte
|
||||
unrestrictedUnidentifiedAccess:
|
||||
type: boolean
|
||||
capabilities:
|
||||
|
@ -3559,7 +3562,10 @@ components:
|
|||
identityKey:
|
||||
$ref: '#/components/schemas/IdentityKey'
|
||||
unidentifiedAccess:
|
||||
type: string
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
format: byte
|
||||
unrestrictedUnidentifiedAccess:
|
||||
type: boolean
|
||||
capabilities:
|
||||
|
@ -3588,7 +3594,10 @@ components:
|
|||
identityKey:
|
||||
$ref: '#/components/schemas/IdentityKey'
|
||||
unidentifiedAccess:
|
||||
type: string
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
format: byte
|
||||
unrestrictedUnidentifiedAccess:
|
||||
type: boolean
|
||||
capabilities:
|
||||
|
|
Loading…
Reference in New Issue