Updating documentation
This commit is contained in:
parent
b6f78a3549
commit
9cad167f85
|
@ -4032,6 +4032,11 @@ components:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
format: byte
|
format: byte
|
||||||
|
phoneNumberSharing:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
format: byte
|
||||||
CredentialProfileResponse:
|
CredentialProfileResponse:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -4076,6 +4081,11 @@ components:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
format: byte
|
format: byte
|
||||||
|
phoneNumberSharing:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
format: byte
|
||||||
BatchIdentityCheckResponse:
|
BatchIdentityCheckResponse:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -4117,6 +4127,14 @@ components:
|
||||||
- version
|
- version
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
avatar:
|
||||||
|
type: boolean
|
||||||
|
badgeIds:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
commitment:
|
||||||
|
$ref: '#/components/schemas/ProfileKeyCommitment'
|
||||||
version:
|
version:
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
|
@ -4124,10 +4142,6 @@ components:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
format: byte
|
format: byte
|
||||||
avatar:
|
|
||||||
type: boolean
|
|
||||||
sameAvatar:
|
|
||||||
type: boolean
|
|
||||||
aboutEmoji:
|
aboutEmoji:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
@ -4143,16 +4157,13 @@ components:
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
format: byte
|
format: byte
|
||||||
badgeIds:
|
sameAvatar:
|
||||||
type: array
|
type: boolean
|
||||||
items:
|
phoneNumberSharing:
|
||||||
type: string
|
|
||||||
commitment:
|
|
||||||
$ref: '#/components/schemas/ProfileKeyCommitment'
|
|
||||||
badges:
|
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
format: byte
|
||||||
avatarChange:
|
avatarChange:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
|
|
Loading…
Reference in New Issue