Restore Ignored Violations

JFrog REST APIs

ft:sourceType
Paligo

Description: Restores violations that were ignored by an Ignore Rule by violation ID.

Since: 3.16

Security: Requires a valid user with the "Manage Watches" permission.

Usage: POST /api/v1/violations/restore

Sample Usage

{
"ids": ["id1", "id2"]
}

Sample Response

200:Success