pub async fn extras_scripts_partial_update(
configuration: &Configuration,
id: &str,
patched_script_input_request: Option<PatchedScriptInputRequest>,
) -> Result<Script, Error<ExtrasScriptsPartialUpdateError>>Expand description
Patch a script object.