pub async fn update_script(
configuration: &Configuration,
workspace: &str,
path: &str,
new_script: NewScript,
) -> Result<String, Error<UpdateScriptError>>Expand description
Deploys a new version of the script at path, which must already hold one. The body’s path is the destination: the same path leaves the script where it is, a different one moves it there and archives the old path.