Updating documentation

This commit is contained in:
Documentation Updater 2023-10-18 16:33:47 +00:00
parent 624cf453bc
commit df4263a7ae
1 changed files with 7 additions and 7 deletions

View File

@ -307,7 +307,7 @@ paths:
"400": "400":
description: Request must not be authenticated. description: Request must not be authenticated.
"404": "404":
description: Account not fount for the given username. description: Account not found for the given username.
security: security:
- authenticatedAccount: [] - authenticatedAccount: []
- {} - {}
@ -2807,14 +2807,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:
@ -3248,13 +3248,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: