mirror of
https://github.com/navidrome/navidrome.git
synced 2026-03-04 06:35:52 +00:00
14 lines
344 B
JSON
14 lines
344 B
JSON
{
|
|
"name": "Test HTTP Endpoint Public Plugin",
|
|
"author": "Navidrome Test",
|
|
"version": "1.0.0",
|
|
"description": "Test plugin for public (unauthenticated) HTTP endpoint integration testing",
|
|
"permissions": {
|
|
"endpoints": {
|
|
"auth": "none",
|
|
"paths": ["/webhook"],
|
|
"reason": "Testing public HTTP endpoints"
|
|
}
|
|
}
|
|
}
|