Updating documentation
This commit is contained in:
parent
a67e5ef83b
commit
a75fa16527
|
@ -191,7 +191,7 @@ paths:
|
|||
default:
|
||||
description: default response
|
||||
content:
|
||||
'*/*': {}
|
||||
application/json: {}
|
||||
security:
|
||||
- authenticatedAccount: []
|
||||
delete:
|
||||
|
@ -2772,11 +2772,11 @@ components:
|
|||
properties:
|
||||
open:
|
||||
type: boolean
|
||||
userAgent:
|
||||
type: string
|
||||
createdTimestamp:
|
||||
type: integer
|
||||
format: int64
|
||||
userAgent:
|
||||
type: string
|
||||
WebSocketSessionContext:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -3098,16 +3098,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