Updating documentation

This commit is contained in:
Documentation Updater 2023-12-06 22:25:53 +00:00
parent 1a25b65d0d
commit a26bdb0666
1 changed files with 13 additions and 22 deletions

View File

@ -2896,12 +2896,9 @@ components:
type: integer type: integer
format: int32 format: int32
name: name:
maxItems: 225 maxLength: 204
minItems: 0 minLength: 0
type: array type: string
items:
type: string
format: byte
registrationLock: registrationLock:
type: string type: string
unidentifiedAccessKey: unidentifiedAccessKey:
@ -2968,12 +2965,9 @@ components:
type: object type: object
properties: properties:
deviceName: deviceName:
maxItems: 225 maxLength: 300
minItems: 0 minLength: 0
type: array type: string
items:
type: string
format: byte
RegistrationLock: RegistrationLock:
required: required:
- registrationLock - registrationLock
@ -3109,14 +3103,14 @@ components:
ECPublicKey: ECPublicKey:
type: object type: object
properties: properties:
type:
type: integer
format: int32
publicKeyBytes: publicKeyBytes:
type: array type: array
items: items:
type: string type: string
format: byte format: byte
type:
type: integer
format: int32
ECSignedPreKey: ECSignedPreKey:
type: object type: object
properties: properties:
@ -3651,10 +3645,7 @@ components:
type: integer type: integer
format: int64 format: int64
name: name:
type: array type: string
items:
type: string
format: byte
lastSeen: lastSeen:
type: integer type: integer
format: int64 format: int64
@ -3755,13 +3746,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: