From dc2d778a6eca401ceeace2f2c0dd20fe337bcf28 Mon Sep 17 00:00:00 2001 From: hafsarizwan52 Date: Sat, 3 Jan 2026 13:23:51 +0530 Subject: [PATCH] Update lifecycle-management.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The original sentence was overly long and contained redundant phrases like “above the lifecycle state transition diagram” multiple times, making it difficult for readers to quickly understand the instructions. from- You will see the lifecycle state transition diagram indicating the current lifecycle state of the integration. Just above the lifecycle state transition diagram, The possible lifecycle states you can apply to the integration are displayed just above the lifecycle state transition diagram to - “You will see a lifecycle state transition diagram showing the integration’s current state. The possible next states you can apply are displayed above the diagram.” --- en/docs/api-management/lifecycle-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/api-management/lifecycle-management.md b/en/docs/api-management/lifecycle-management.md index 02ef497..15b5093 100644 --- a/en/docs/api-management/lifecycle-management.md +++ b/en/docs/api-management/lifecycle-management.md @@ -27,6 +27,6 @@ To change the lifecycle state of an API via the Devant Console, follow the instr 2. Select the project. 3. In the **Integrations** pane, click on the integration for which you want to manage the lifecycle. 4. In the overview page, click **Lifecycle Status** to view the lifecycle management page. -5. You will see the lifecycle state transition diagram indicating the current lifecycle state of the integration. Just above the lifecycle state transition diagram, The possible lifecycle states you can apply to the integration are displayed just above the lifecycle state transition diagram. Click on a required lifecycle state to apply it to the integration. For example, if an integration is in the `Created` state, you can click either `Pre-release` or `Publish`. +5. You will see a lifecycle state transition diagram showing the integration's current state. The possible next states you can apply are displayed above the diagram. Click on a required lifecycle state to apply it to the integration. For example, if an integration is in the `Created` state, you can click either `Pre-release` or `Publish`. ![Lifecycle Management](../assets/img/api-management/lifecycle-management.png){.cInlineImage-full}