Add description to POST /keys/signatures/upload request body

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
pull/1637/head
Kévin Commaille 8 months ago
parent 0c63e4e2ce
commit ddc43433e1
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416

@ -150,7 +150,6 @@ paths:
description: |-
Publishes cross-signing signatures for the user.
The request body is a map from user ID to key ID to signed JSON object.
The signed JSON object must match the key previously uploaded or
retrieved for the given key ID, with the exception of the `signatures`
property, which contains the new signature(s) to add.
@ -162,6 +161,8 @@ paths:
application/json:
schema:
type: object
description: |-
A map of user ID to a map of key ID to signed JSON object.
additionalProperties:
type: object
additionalProperties:

Loading…
Cancel
Save