pub async fn extras_export_templates_sync_create(
configuration: &Configuration,
id: i32,
export_template_request: ExportTemplateRequest,
) -> Result<ExportTemplate, Error<ExtrasExportTemplatesSyncCreateError>>Expand description
Provide a /sync API endpoint to synchronize an object’s data from its associated DataFile (if any).