Updating documentation
This commit is contained in:
parent
a67e5ef83b
commit
a75fa16527
|
@ -191,7 +191,7 @@ paths:
|
||||||
default:
|
default:
|
||||||
description: default response
|
description: default response
|
||||||
content:
|
content:
|
||||||
'*/*': {}
|
application/json: {}
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
delete:
|
delete:
|
||||||
|
@ -2772,11 +2772,11 @@ components:
|
||||||
properties:
|
properties:
|
||||||
open:
|
open:
|
||||||
type: boolean
|
type: boolean
|
||||||
userAgent:
|
|
||||||
type: string
|
|
||||||
createdTimestamp:
|
createdTimestamp:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
|
userAgent:
|
||||||
|
type: string
|
||||||
WebSocketSessionContext:
|
WebSocketSessionContext:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -3098,16 +3098,16 @@ components:
|
||||||
type: string
|
type: string
|
||||||
commitment:
|
commitment:
|
||||||
$ref: '#/components/schemas/ProfileKeyCommitment'
|
$ref: '#/components/schemas/ProfileKeyCommitment'
|
||||||
|
badges:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
avatarChange:
|
avatarChange:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- UNCHANGED
|
- UNCHANGED
|
||||||
- CLEAR
|
- CLEAR
|
||||||
- UPDATE
|
- UPDATE
|
||||||
badges:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
ProfileKeyCommitment:
|
ProfileKeyCommitment:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in New Issue