Ignores (v1)
Last updated
Was this helpful?
Last updated
Was this helpful?
Ignores from .snyk
files are not included here.
Ignores from Policies are not included here.Temporary ignores include an expires
attribute, while permanent ignores do not.
View Organization
View Project
View Project Ignores
/org/{orgId}/project/{projectId}/ignores
The organization ID to list ignores for. The API_KEY
must have access to this organization.
4a18d42f-0706-4ad0-b127-24078731fbed
The project ID to list ignores for.
463c1ee5-31bc-428c-b451-b79a3270db08
application/json
application/json
It is possible to modify/retrieve ignored vulnerability or license issues for a given organization and project.
Ignores from .snyk
files are not included here
View Organization
View Project Ignores
Edit Project Ignores
/org/{orgId}/project/{projectId}/ignore/{issueId}
The organization ID to modify ignores for. The API_KEY
must have access to this organization.
4a18d42f-0706-4ad0-b127-24078731fbed
The project ID to modify ignores for.
463c1ee5-31bc-428c-b451-b79a3270db08
The issue ID to modify ignores for. Can be a vulnerability or a license Issue.
npm:qs:20140806-1
The path to ignore (default is *
which represents all paths).
The reason that the issue was ignored.
Only ignore the issue if no upgrade or patch is available.
The timestamp that the issue will no longer be ignored.
It is possible to modify/retrieve ignored vulnerability or license issues for a given organization and project.
Ignores from .snyk
files are not included here
View Organization
View Project Ignores
Create new project ignores
/org/{orgId}/project/{projectId}/ignore/{issueId}
The organization ID to modify ignores for. The API_KEY
must have access to this organization.
4a18d42f-0706-4ad0-b127-24078731fbed
The project ID to modify ignores for.
463c1ee5-31bc-428c-b451-b79a3270db08
The issue ID to modify ignores for. Can be a vulnerability or a license Issue.
npm:qs:20140806-1
The path to ignore (default is *
which represents all paths).
The reason that the issue was ignored.
Only ignore the issue if no upgrade or patch is available.
The timestamp that the issue will no longer be ignored.
{"ignorePath":"","reason":"","reasonType":"not-vulnerable","disregardIfFixable":false,"expires":""}
It is possible to modify/retrieve ignored vulnerability or license issues for a given organization and project.
Ignores from .snyk
files are not included here
View Project
View Project Ignores
/org/{orgId}/project/{projectId}/ignore/{issueId}
The organization ID to modify ignores for. The API_KEY
must have access to this organization.
4a18d42f-0706-4ad0-b127-24078731fbed
The project ID to modify ignores for.
463c1ee5-31bc-428c-b451-b79a3270db08
The issue ID to modify ignores for. Can be a vulnerability or a license Issue.
npm:qs:20140806-1
application/json
application/json
It is possible to modify/retrieve ignored vulnerability or license issues for a given organization and project.
Ignores from .snyk
files are not included here
View Organization
View Project Ignores
Remove Project Ignores
/org/{orgId}/project/{projectId}/ignore/{issueId}
The organization ID to modify ignores for. The API_KEY
must have access to this organization.
4a18d42f-0706-4ad0-b127-24078731fbed
The project ID to modify ignores for.
463c1ee5-31bc-428c-b451-b79a3270db08
The issue ID to modify ignores for. Can be a vulnerability or a license Issue.
npm:qs:20140806-1
application/json
application/json
No body