Updating documentation
This commit is contained in:
parent
3c7632a9dc
commit
16fe53a281
|
@ -115,7 +115,7 @@ paths:
|
|||
default:
|
||||
description: default response
|
||||
content:
|
||||
'*/*': {}
|
||||
application/json: {}
|
||||
security:
|
||||
- authenticatedAccount: []
|
||||
delete:
|
||||
|
@ -700,6 +700,10 @@ paths:
|
|||
schema:
|
||||
type: integer
|
||||
format: int32
|
||||
- name: pniAsServiceId
|
||||
in: query
|
||||
schema:
|
||||
type: boolean
|
||||
responses:
|
||||
default:
|
||||
description: default response
|
||||
|
@ -3286,11 +3290,11 @@ components:
|
|||
properties:
|
||||
open:
|
||||
type: boolean
|
||||
userAgent:
|
||||
type: string
|
||||
createdTimestamp:
|
||||
type: integer
|
||||
format: int64
|
||||
userAgent:
|
||||
type: string
|
||||
WebSocketSessionContext:
|
||||
type: object
|
||||
properties:
|
||||
|
|
Loading…
Reference in New Issue