Add ignore
POST {{baseUrl}}/org/:orgId/project/:projectId/ignore/:issueId
Ignores from .snyk files are not included here.
Request Body
{
  "disregardiffixable": "${disregardiffixable}",
  "expires": "${expires}",
  "ignorepath": "${ignorepath}",
  "reason": "${reason}",
  "reasontype": "${reasontype}"
}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string |