From 5ee609e0195f55de1c4ed7046c0309ae0c9d8b7f Mon Sep 17 00:00:00 2001 From: vishal-av Date: Wed, 15 Jan 2025 12:15:27 +0530 Subject: [PATCH 1/3] Added API docs link for Post Production Rollback --- .../manage-deployments/rollback-deployments.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/continuous-delivery/manage-deployments/rollback-deployments.md b/docs/continuous-delivery/manage-deployments/rollback-deployments.md index 0b3d2e1f390..d3ce2e3d254 100644 --- a/docs/continuous-delivery/manage-deployments/rollback-deployments.md +++ b/docs/continuous-delivery/manage-deployments/rollback-deployments.md @@ -111,4 +111,8 @@ To perform a Post-Deployment Rollback, the user must have the following permissi 1. Pipeline **Execute** permission for the specific pipeline. 2. Environment **Rollback** permission. -A user will only be allowed to execute rollbacks on any instance if they possess these two permissions for the pipeline and environment through which the deployment occurred. Otherwise, they will see the following message when attempting to click Rollback. \ No newline at end of file +A user will only be allowed to execute rollbacks on any instance if they possess these two permissions for the pipeline and environment through which the deployment occurred. Otherwise, they will see the following message when attempting to click Rollback. + +## Rollback using API + +You can roll back deployments programmatically using Harness APIs. To learn more, visit the [Harness API Documentation](https://apidocs.harness.io/tag/Rollback#operation/checkIfInstanceCanBeRolledBack). \ No newline at end of file From b3b7b90130e3504304a2fc392867eb086eb34a85 Mon Sep 17 00:00:00 2001 From: vishal-av Date: Wed, 15 Jan 2025 12:16:57 +0530 Subject: [PATCH 2/3] Update rollback-deployments.md --- .../manage-deployments/rollback-deployments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/continuous-delivery/manage-deployments/rollback-deployments.md b/docs/continuous-delivery/manage-deployments/rollback-deployments.md index d3ce2e3d254..3c9e913e646 100644 --- a/docs/continuous-delivery/manage-deployments/rollback-deployments.md +++ b/docs/continuous-delivery/manage-deployments/rollback-deployments.md @@ -115,4 +115,4 @@ A user will only be allowed to execute rollbacks on any instance if they possess ## Rollback using API -You can roll back deployments programmatically using Harness APIs. To learn more, visit the [Harness API Documentation](https://apidocs.harness.io/tag/Rollback#operation/checkIfInstanceCanBeRolledBack). \ No newline at end of file +You can roll back deployments programmatically using Harness APIs. To learn more, visit the [Harness API Documentation](https://apidocs.harness.io/tag/Rollback). \ No newline at end of file From 50f8ac234c96261449c72865289b3af915567b0b Mon Sep 17 00:00:00 2001 From: vishal-av Date: Wed, 15 Jan 2025 12:55:33 +0530 Subject: [PATCH 3/3] Added API docs link for Post Production Rollback --- .../manage-deployments/rollback-deployments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/continuous-delivery/manage-deployments/rollback-deployments.md b/docs/continuous-delivery/manage-deployments/rollback-deployments.md index 3c9e913e646..6b242b2c712 100644 --- a/docs/continuous-delivery/manage-deployments/rollback-deployments.md +++ b/docs/continuous-delivery/manage-deployments/rollback-deployments.md @@ -115,4 +115,4 @@ A user will only be allowed to execute rollbacks on any instance if they possess ## Rollback using API -You can roll back deployments programmatically using Harness APIs. To learn more, visit the [Harness API Documentation](https://apidocs.harness.io/tag/Rollback). \ No newline at end of file +You can roll back deployments programmatically using Harness APIs. To learn more, visit the [Harness API Documentation](https://apidocs.harness.io/tag/Rollback).