Updating documentation

This commit is contained in:
Documentation Updater 2024-11-05 17:02:16 +00:00
parent 17f72be3ea
commit ff83f19ee9
1 changed files with 6 additions and 5 deletions

View File

@ -4700,22 +4700,23 @@ components:
$ref: '#/components/schemas/WebSocketClient'
KeyTransparencyDistinguishedKeyResponse:
required:
- distinguishedKeyResponse
- serializedResponse
type: object
properties:
distinguishedKeyResponse:
serializedResponse:
type: string
description: The serialized `DistinguishedResponse` encoded in standard
un-padded base64
format: byte
KeyTransparencyMonitorResponse:
required:
- monitorResponse
- serializedResponse
type: object
properties:
monitorResponse:
serializedResponse:
type: string
description: The monitor response encoded in standard un-padded base64
description: The serialized `MonitorResponse` encoded in standard un-padded
base64
format: byte
AciMonitor:
required: