From e109ff7397153c194e5c74648d6c6e1b31adf4fb Mon Sep 17 00:00:00 2001 From: Documentation Updater Date: Thu, 24 Aug 2023 17:44:31 +0000 Subject: [PATCH] Updating documentation --- signal-server-openapi.yaml | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index 90654d3d7..3819b2013 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -1104,7 +1104,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/PreKeyCount' + type: object + properties: + completedExceptionally: + type: boolean + numberOfDependents: + type: integer + format: int32 + cancelled: + type: boolean + done: + type: boolean "401": description: Account authentication check failed. security: @@ -3346,19 +3356,6 @@ components: items: type: string format: byte - PreKeyCount: - type: object - properties: - count: - type: integer - description: the number of stored unsigned elliptic-curve prekeys for this - device - format: int32 - pqCount: - type: integer - description: the number of stored one-time post-quantum prekeys for this - device - format: int32 PreKeyState: required: - identityKey