pub async fn update_app_history(
configuration: &Configuration,
workspace: &str,
id: i32,
version: i32,
update_script_history_request: UpdateScriptHistoryRequest,
) -> Result<String, Error<UpdateAppHistoryError>>
pub async fn update_app_history(
configuration: &Configuration,
workspace: &str,
id: i32,
version: i32,
update_script_history_request: UpdateScriptHistoryRequest,
) -> Result<String, Error<UpdateAppHistoryError>>