v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Ignore an issue

Ignore an issue

put/issues/{issue_id}/ignore

Path parameters

issue_idinteger required

The id of the issue

Request body

reasonstring

A reason for ignoring the issue

apply_for_all_tagsboolean

In case the issue is linked to a container, apply the ignore action across all tags of this container. This feature needs to be enabled by Aikido support before it can be used.

Example request

{
  "reason": "issue is not relevant here",
  "apply_for_all_tags": false
}

Response

The issue has been successfully ignored

statusstring

Example response

{
  "status": "ok"
}