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