pub async fn close_deployment_request_merged(
configuration: &Configuration,
workspace: &str,
id: i64,
) -> Result<String, Error<CloseDeploymentRequestMergedError>>Expand description
Called by the UI after the deploy loop completes. Closes the request and marks every comment obsolete. Idempotent.