Submit a review for a plugin

POST/api/v1/registry/plugins/{name}/reviews

Parameters

This endpoint does not accept parameters.

Responses

201Review created

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/registry/plugins/{name}/reviews" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "rating": 5, "title": "Great plugin", "body": "Easy to configure and reliable.", "version": "1.0.0" }'

Response

201Review created
Example response not yet documented.