Findings

Create Finding Task

Create a task for a finding.

post/api/v1/findings/{finding_id}/task

Path parameters

finding_idstring required

The ID of the finding to create a remediation task for.

Request body

policyIdstring

Optional policy ID. Defaults to the app's grant policy or the built-in "Finding Review" policy.

Response

Successful response

taskIdstring

The ID of the created task.

Changes