diff --git a/signal-server-openapi.yaml b/signal-server-openapi.yaml index b6c28a0f4..4b366a450 100644 --- a/signal-server-openapi.yaml +++ b/signal-server-openapi.yaml @@ -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: