Sign a plugin binary (admin)
POST
/api/v1/registry/signing/signParameters
This endpoint does not accept parameters.
Responses
200Signature produced
Request
curl -X POST "https://api.knowledgetree.dev/api/v1/registry/signing/sign" \
-H "Authorization: Bearer $KT_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "plugin_name": "kt-plugin-nginx", "version": "1.0.0", "binary_sha256": "abc..." }'Response
200Signature produced
Example response not yet documented.