Updating documentation

This commit is contained in:
Documentation Updater 2023-09-13 23:32:01 +00:00
parent 5ce8a1f59a
commit 49f7d8b712
1 changed files with 48 additions and 12 deletions

View File

@ -3579,15 +3579,27 @@ components:
description: A service identifier is a tuple of a UUID and identity type description: A service identifier is a tuple of a UUID and identity type
that identifies an account and identity within the Signal service. that identifies an account and identity within the Signal service.
name: name:
type: string type: array
items:
type: string
format: byte
about: about:
type: string type: array
items:
type: string
format: byte
aboutEmoji: aboutEmoji:
type: string type: array
items:
type: string
format: byte
avatar: avatar:
type: string type: string
paymentAddress: paymentAddress:
type: string type: array
items:
type: string
format: byte
CredentialProfileResponse: CredentialProfileResponse:
type: object type: object
properties: properties:
@ -3611,15 +3623,27 @@ components:
description: A service identifier is a tuple of a UUID and identity type description: A service identifier is a tuple of a UUID and identity type
that identifies an account and identity within the Signal service. that identifies an account and identity within the Signal service.
name: name:
type: string type: array
items:
type: string
format: byte
about: about:
type: string type: array
items:
type: string
format: byte
aboutEmoji: aboutEmoji:
type: string type: array
items:
type: string
format: byte
avatar: avatar:
type: string type: string
paymentAddress: paymentAddress:
type: string type: array
items:
type: string
format: byte
BatchIdentityCheckRequest: BatchIdentityCheckRequest:
required: required:
- elements - elements
@ -3657,17 +3681,29 @@ components:
version: version:
type: string type: string
name: name:
type: string type: array
items:
type: string
format: byte
avatar: avatar:
type: boolean type: boolean
sameAvatar: sameAvatar:
type: boolean type: boolean
aboutEmoji: aboutEmoji:
type: string type: array
items:
type: string
format: byte
about: about:
type: string type: array
items:
type: string
format: byte
paymentAddress: paymentAddress:
type: string type: array
items:
type: string
format: byte
badgeIds: badgeIds:
type: array type: array
items: items: