provider Deployment Gates PUT /api/v2/deployment_gates/{gate_id}/rules/{id}
@utdk/datadog /api/v2/deployment_gates/{gate_id}/rules/{id}
Update deployment rule
Endpoint to update a deployment rule.
gate_id path required
The ID of the deployment gate.
string
id path required
The ID of the deployment rule.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updatedeploymentrule
PUT/api/v2/deployment_gates/{gate_id}/rules/{id}
Endpoint to update a deployment rule.

Parameters

required

The ID of the deployment gate.

required

The ID of the deployment rule.

Input

required

Parameters for updating a deployment rule.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.updatedeploymentrule()