Retrieve a list of all currently available custom plugin API endpoints
curl -X GET "http://localhost:7172/api/plugins"
[
{
"method": "GET",
"path": "string",
"description": "string"
}
]
curl -X GET "http://localhost:7172/api/plugins"
[
{
"method": "GET",
"path": "string",
"description": "string"
}
]
curl -X GET "http://localhost:7172/api/plugins"