Updating documentation

This commit is contained in:
Documentation Updater 2023-09-26 16:41:12 +00:00
parent bd5c8cb450
commit 2828ce0f6c
1 changed files with 8 additions and 8 deletions

View File

@ -2779,14 +2779,14 @@ components:
ECPublicKey:
type: object
properties:
type:
type: integer
format: int32
publicKeyBytes:
type: array
items:
type: string
format: byte
type:
type: integer
format: int32
ECSignedPreKey:
type: object
properties:
@ -3220,13 +3220,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:
@ -3722,10 +3722,10 @@ components:
$ref: '#/components/schemas/ApnRegistrationId'
gcmToken:
$ref: '#/components/schemas/GcmRegistrationId'
everySignedKeyValid:
type: boolean
completeRequest:
type: boolean
everySignedKeyValid:
type: boolean
valid:
type: boolean
UserRemoteConfig: