update_error_tracking_issue_state
Update the state of a Datadog error tracking issue by ID to manage its status, such as moving between OPEN, RESOLVED, or IGNORED states.
Instructions
Update the state of an issue by issue_id. Use this endpoint to move an issue between states such as OPEN, RESOLVED, or IGNORED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}