provider Error Tracking PUT /api/v2/error-tracking/issues/{issue_id}/assignee
@utdk/datadog /api/v2/error-tracking/issues/{issue_id}/assignee
Update the assignee of an issue
Update the assignee of an issue by `issue_id`.
issue_id path required
The identifier of the issue.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
updateissueassignee
PUT/api/v2/error-tracking/issues/{issue_id}/assignee
Update the assignee of an issue by `issue_id`.

Parameters

required

The identifier of the issue.

Input

required

Update issue assignee request.

Configure credentials above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

await datadog.updateissueassignee()