get_csv_export_endpoint_path

Function get_csv_export_endpoint_path 

Source
fn get_csv_export_endpoint_path(
    path: &Option<String>,
    endpoint_name: &str,
) -> Result<String, ControllerError>
Expand description

Parses and validates endpoint path or returns BadRequest if missing/empty.