From 17c8a79cf7ba6cda6ea5b68ed08d76f7bb62ef52 Mon Sep 17 00:00:00 2001 From: Documentation Updater Date: Wed, 30 Aug 2023 23:14:35 +0000 Subject: [PATCH] Updating documentation --- signal-server-openapi.yaml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index 5ff2723e6..ada462937 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -3289,13 +3289,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: @@ -3521,7 +3521,10 @@ components: identityKey: $ref: '#/components/schemas/IdentityKey' unidentifiedAccess: - type: string + type: array + items: + type: string + format: byte unrestrictedUnidentifiedAccess: type: boolean capabilities: @@ -3559,7 +3562,10 @@ components: identityKey: $ref: '#/components/schemas/IdentityKey' unidentifiedAccess: - type: string + type: array + items: + type: string + format: byte unrestrictedUnidentifiedAccess: type: boolean capabilities: @@ -3588,7 +3594,10 @@ components: identityKey: $ref: '#/components/schemas/IdentityKey' unidentifiedAccess: - type: string + type: array + items: + type: string + format: byte unrestrictedUnidentifiedAccess: type: boolean capabilities: