From 49f7d8b71234fc9b0b2ead3d070dee54bb9a68b9 Mon Sep 17 00:00:00 2001 From: Documentation Updater Date: Wed, 13 Sep 2023 23:32:01 +0000 Subject: [PATCH] Updating documentation --- signal-server-openapi.yaml | 60 ++++++++++++++++++++++++++++++-------- 1 file changed, 48 insertions(+), 12 deletions(-) diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index b155a2dc9..4ae3e91a2 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -3579,15 +3579,27 @@ components: description: A service identifier is a tuple of a UUID and identity type that identifies an account and identity within the Signal service. name: - type: string + type: array + items: + type: string + format: byte about: - type: string + type: array + items: + type: string + format: byte aboutEmoji: - type: string + type: array + items: + type: string + format: byte avatar: type: string paymentAddress: - type: string + type: array + items: + type: string + format: byte CredentialProfileResponse: type: object properties: @@ -3611,15 +3623,27 @@ components: description: A service identifier is a tuple of a UUID and identity type that identifies an account and identity within the Signal service. name: - type: string + type: array + items: + type: string + format: byte about: - type: string + type: array + items: + type: string + format: byte aboutEmoji: - type: string + type: array + items: + type: string + format: byte avatar: type: string paymentAddress: - type: string + type: array + items: + type: string + format: byte BatchIdentityCheckRequest: required: - elements @@ -3657,17 +3681,29 @@ components: version: type: string name: - type: string + type: array + items: + type: string + format: byte avatar: type: boolean sameAvatar: type: boolean aboutEmoji: - type: string + type: array + items: + type: string + format: byte about: - type: string + type: array + items: + type: string + format: byte paymentAddress: - type: string + type: array + items: + type: string + format: byte badgeIds: type: array items: