Finding Templates

Update a finding template

Update an existing finding template (Platform Admin only)

patch/v1/finding-template/{id}

Path parameters

idstring required
Example:fnd_t_abc123

Finding template ID

Request body

categorystring

Category of the finding template

titlestring

Short title of the finding template

contentstring

Full message content of the finding template

ordernumber

Display order for the template

Example request

{
  "category": "evidence_issue",
  "title": "Issue with uploaded evidence",
  "content": "The uploaded evidence does not clearly show the Organization Name or URL. Please provide a screenshot showing the context."
}

Response

The updated finding template

Changes