Skip to main content
POST
/
v1
/
finding-template
Create a finding template
curl --request POST \
  --url http://localhost:3333/v1/finding-template \
  --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
}
'

Body

application/json

Finding template data

category
string
required

Category of the finding template

Example:

"evidence_issue"

title
string
required

Short title of the finding template

Example:

"Issue with uploaded evidence"

content
string
required

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 created finding template