pub async fn extras_config_contexts_sync_create(
configuration: &Configuration,
id: i32,
config_context_request: ConfigContextRequest,
) -> Result<ConfigContext, Error<ExtrasConfigContextsSyncCreateError>>Expand description
Provide a /sync API endpoint to synchronize an object’s data from its associated DataFile (if any).