pub async fn extras_config_templates_sync_create(
configuration: &Configuration,
id: i32,
config_template_request: ConfigTemplateRequest,
) -> Result<ConfigTemplate, Error<ExtrasConfigTemplatesSyncCreateError>>Expand description
Provide a /sync API endpoint to synchronize an object’s data from its associated DataFile (if any).