Updating documentation
This commit is contained in:
parent
17f72be3ea
commit
ff83f19ee9
|
@ -4700,22 +4700,23 @@ components:
|
||||||
$ref: '#/components/schemas/WebSocketClient'
|
$ref: '#/components/schemas/WebSocketClient'
|
||||||
KeyTransparencyDistinguishedKeyResponse:
|
KeyTransparencyDistinguishedKeyResponse:
|
||||||
required:
|
required:
|
||||||
- distinguishedKeyResponse
|
- serializedResponse
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
distinguishedKeyResponse:
|
serializedResponse:
|
||||||
type: string
|
type: string
|
||||||
description: The serialized `DistinguishedResponse` encoded in standard
|
description: The serialized `DistinguishedResponse` encoded in standard
|
||||||
un-padded base64
|
un-padded base64
|
||||||
format: byte
|
format: byte
|
||||||
KeyTransparencyMonitorResponse:
|
KeyTransparencyMonitorResponse:
|
||||||
required:
|
required:
|
||||||
- monitorResponse
|
- serializedResponse
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
monitorResponse:
|
serializedResponse:
|
||||||
type: string
|
type: string
|
||||||
description: The monitor response encoded in standard un-padded base64
|
description: The serialized `MonitorResponse` encoded in standard un-padded
|
||||||
|
base64
|
||||||
format: byte
|
format: byte
|
||||||
AciMonitor:
|
AciMonitor:
|
||||||
required:
|
required:
|
||||||
|
|
Loading…
Reference in New Issue