Updating documentation
This commit is contained in:
parent
4ea1d13d26
commit
632941602b
|
@ -907,6 +907,7 @@ paths:
|
|||
'*/*': {}
|
||||
security:
|
||||
- authenticatedAccount: []
|
||||
- {}
|
||||
/v1/keepalive/provisioning:
|
||||
get:
|
||||
tags:
|
||||
|
@ -3261,16 +3262,16 @@ components:
|
|||
type: string
|
||||
commitment:
|
||||
$ref: '#/components/schemas/ProfileKeyCommitment'
|
||||
badges:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
avatarChange:
|
||||
type: string
|
||||
enum:
|
||||
- UNCHANGED
|
||||
- CLEAR
|
||||
- UPDATE
|
||||
badges:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
ProfileKeyCommitment:
|
||||
type: object
|
||||
properties:
|
||||
|
|
Loading…
Reference in New Issue