Updating documentation

This commit is contained in:
Documentation Updater 2023-10-30 18:37:43 +00:00
parent 27a57e0259
commit 79f47536f1
1 changed files with 11 additions and 11 deletions

View File

@ -2660,14 +2660,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:
@ -3109,13 +3109,13 @@ components:
WebSocketClient: WebSocketClient:
type: object type: object
properties: properties:
open:
type: boolean
userAgent:
type: string
createdTimestamp: createdTimestamp:
type: integer type: integer
format: int64 format: int64
userAgent:
type: string
open:
type: boolean
WebSocketSessionContext: WebSocketSessionContext:
type: object type: object
properties: properties:
@ -3550,16 +3550,16 @@ components:
type: string type: string
commitment: commitment:
$ref: '#/components/schemas/ProfileKeyCommitment' $ref: '#/components/schemas/ProfileKeyCommitment'
badges:
type: array
items:
type: string
avatarChange: avatarChange:
type: string type: string
enum: enum:
- UNCHANGED - UNCHANGED
- CLEAR - CLEAR
- UPDATE - UPDATE
badges:
type: array
items:
type: string
ProfileKeyCommitment: ProfileKeyCommitment:
type: object type: object
properties: properties: