Skip to content

Plugin Comments

Reads and writes comments for one plugin.

GET /plugins/{pluginId}/comments

  • Auth: not required
  • Response: array of comment items

POST /plugins/{pluginId}/comments

  • Auth: required
  • Rate limit: enabled

Request body:

{
  "content": "Plugin packaging looks clean."
}