pub async fn extras_config_templates_render_create(
configuration: &Configuration,
id: i32,
config_template_request: ConfigTemplateRequest,
format: Option<&str>,
) -> Result<ConfigTemplate, Error<ExtrasConfigTemplatesRenderCreateError>>Expand description
Render a ConfigTemplate using the context data provided (if any). If the client requests "text/plain" data, return the raw rendered content, rather than serialized JSON.