Skip to main content
PATCH
/
v1
/
finding-template
/
{id}
Update a finding template
curl --request PATCH \
  --url http://localhost:3333/v1/finding-template/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "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.",
  "order": 0
}
'

Path Parameters

id
string
required

Finding template ID

Example:

"fnd_t_abc123"

Body

application/json

Finding template update data

category
string

Category of the finding template

Example:

"evidence_issue"

title
string

Short title of the finding template

Example:

"Issue with uploaded evidence"

content
string

Full message content of the finding template

Example:

"The uploaded evidence does not clearly show the Organization Name or URL. Please provide a screenshot showing the context."

order
number

Display order for the template

Example:

0

Response

The updated finding template