pub async fn update_script_history(
configuration: &Configuration,
workspace: &str,
hash: &str,
path: &str,
update_script_history_request: UpdateScriptHistoryRequest,
) -> Result<String, Error<UpdateScriptHistoryError>>
pub async fn update_script_history(
configuration: &Configuration,
workspace: &str,
hash: &str,
path: &str,
update_script_history_request: UpdateScriptHistoryRequest,
) -> Result<String, Error<UpdateScriptHistoryError>>