Function edit_deploy_to

Source
pub async fn edit_deploy_to(
    configuration: &Configuration,
    workspace: &str,
    get_deploy_to200_response: GetDeployTo200Response,
) -> Result<String, Error<EditDeployToError>>