Updating documentation
This commit is contained in:
parent
b6b719e8b9
commit
22d3fe0c5a
|
@ -1339,7 +1339,7 @@ paths:
|
||||||
"422":
|
"422":
|
||||||
description: Invalid request format.
|
description: Invalid request format.
|
||||||
"429":
|
"429":
|
||||||
description: Ratelimited.
|
description: Rate limited.
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
/v1/certificate/delivery:
|
/v1/certificate/delivery:
|
||||||
|
@ -4157,10 +4157,10 @@ components:
|
||||||
WebSocketClient:
|
WebSocketClient:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
open:
|
|
||||||
type: boolean
|
|
||||||
userAgent:
|
userAgent:
|
||||||
type: string
|
type: string
|
||||||
|
open:
|
||||||
|
type: boolean
|
||||||
createdTimestamp:
|
createdTimestamp:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
|
|
Loading…
Reference in New Issue