taikutaiku
User GuidePluginsAPI Reference
GET/v1/plugins/registry

This endpoint is reserved for a remote registry. The current server implementation returns 404 and clients fall back to /plugins/registry.json.

Response Body

application/json

text/plain

curl -X GET "/api/v1/plugins/registry"
{
  "version": 0,
  "updatedAt": "string",
  "categories": [
    "string"
  ],
  "plugins": [
    {}
  ]
}
"Registry endpoint not implemented on this server."