Updating documentation

This commit is contained in:
Documentation Updater 2024-11-06 21:08:01 +00:00
parent c3213b6d39
commit c03b35cc5a
1 changed files with 4 additions and 2 deletions

View File

@ -1964,15 +1964,17 @@ paths:
required: true required: true
responses: responses:
"200": "200":
description: All search keys exist in the log description: All identifiers exist in the log
content: content:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/KeyTransparencyMonitorResponse' $ref: '#/components/schemas/KeyTransparencyMonitorResponse'
"400": "400":
description: Invalid request. See response for any available details. description: Invalid request. See response for any available details.
"403":
description: One or more of the provided commitment indexes did not match
"404": "404":
description: At least one search key lookup did not find the key description: At least one identifier was not found
"429": "429":
description: Rate-limited description: Rate-limited
"422": "422":