provider Error Tracking PUT
/api/v2/error-tracking/issues/{issue_id}/state @utdk/datadog
/api/v2/error-tracking/issues/{issue_id}/state Update the state of an issue
Update the state of an issue by `issue_id`. Use this endpoint to move an issue between states such as `OPEN`, `RESOLVED`, or `IGNORED`.
- issue_id path required
- The identifier of the issue.
- 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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.updateissuestate()