Publish a plugin to the registry (admin)
POST
/api/v1/registry/pluginsParameters
This endpoint does not accept parameters.
Responses
201Plugin published
Request
curl -X POST "https://api.knowledgetree.dev/api/v1/registry/plugins" \
-H "Authorization: Bearer $KT_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "name": "kt-plugin-nginx", "version": "1.0.0", "binary_url": "https://...", "checksum_sha256": "abc..." }'Response
201Plugin published
Example response not yet documented.