diff --git a/content/en/deployment_gates/setup.md b/content/en/deployment_gates/setup.md index f96660d2ebb..fb8dc0a39c2 100644 --- a/content/en/deployment_gates/setup.md +++ b/content/en/deployment_gates/setup.md @@ -471,7 +471,7 @@ Be sure to replace the following: - ``: Your [application key][3] ```bash -curl -X POST "https://api./api/unstable/deployments/gates/evaluation" \ +curl -X POST "https://api./api/v2/deployments/gates/evaluation" \ -H "Content-Type: application/json" \ -H "DD-API-KEY: " \ -H "DD-APPLICATION-KEY: " \ @@ -511,7 +511,7 @@ The field `data.attributes.evaluation_id` contains the unique identifier for thi You can fetch the status of a gate evaluation by polling an additional API endpoint using the gate evaluation ID: ```bash -curl -X GET "https://api./api/unstable/deployments/gates/evaluation/" \ +curl -X GET "https://api./api/v2/deployments/gates/evaluation/" \ -H "DD-API-KEY: " \ -H "DD-APPLICATION-KEY: " ```