async fn get_plugin_config(
__arg0: State<Arc<SharedState>>,
__arg1: Path<String>,
) -> impl IntoResponseExpand description
GET /api/plugin-configs/{name} — returns the named definition as JSON.
Errors: 404 Not Found if no plugin config with that name exists.