Updating documentation
This commit is contained in:
parent
bad3a266fb
commit
d9d91ed53e
|
@ -1370,6 +1370,10 @@ paths:
|
||||||
- Certificate
|
- Certificate
|
||||||
operationId: getGroupAuthenticationCredentials
|
operationId: getGroupAuthenticationCredentials
|
||||||
parameters:
|
parameters:
|
||||||
|
- name: User-Agent
|
||||||
|
in: header
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
- name: redemptionStartSeconds
|
- name: redemptionStartSeconds
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
|
@ -4318,10 +4322,10 @@ components:
|
||||||
WebSocketClient:
|
WebSocketClient:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
userAgent:
|
|
||||||
type: string
|
|
||||||
open:
|
open:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
userAgent:
|
||||||
|
type: string
|
||||||
createdTimestamp:
|
createdTimestamp:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
|
|
Loading…
Reference in New Issue