Skip to main content

get_plugin_config

Function get_plugin_config 

Source
async fn get_plugin_config(
    __arg0: State<Arc<SharedState>>,
    __arg1: Path<String>,
) -> impl IntoResponse
Expand description

GET /api/plugin-configs/{name} — returns the named definition as JSON.

Errors: 404 Not Found if no plugin config with that name exists.