Updating documentation
This commit is contained in:
parent
5ce8a1f59a
commit
49f7d8b712
|
@ -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: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
about:
|
about:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
aboutEmoji:
|
aboutEmoji:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
avatar:
|
avatar:
|
||||||
type: string
|
type: string
|
||||||
paymentAddress:
|
paymentAddress:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
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: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
about:
|
about:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
aboutEmoji:
|
aboutEmoji:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
avatar:
|
avatar:
|
||||||
type: string
|
type: string
|
||||||
paymentAddress:
|
paymentAddress:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
BatchIdentityCheckRequest:
|
BatchIdentityCheckRequest:
|
||||||
required:
|
required:
|
||||||
- elements
|
- elements
|
||||||
|
@ -3657,17 +3681,29 @@ components:
|
||||||
version:
|
version:
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
avatar:
|
avatar:
|
||||||
type: boolean
|
type: boolean
|
||||||
sameAvatar:
|
sameAvatar:
|
||||||
type: boolean
|
type: boolean
|
||||||
aboutEmoji:
|
aboutEmoji:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
about:
|
about:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
paymentAddress:
|
paymentAddress:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
badgeIds:
|
badgeIds:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|
Loading…
Reference in New Issue