Rotate the signing key pair (admin)
POST
/api/v1/registry/signing/rotateParameters
This endpoint does not accept parameters.
Responses
200New key activated
Request
curl -X POST "https://api.knowledgetree.dev/api/v1/registry/signing/rotate" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
200New key activated
Example response not yet documented.