Skip to main content
PATCH
Update a person report

Authorizations

Authorization
string
header
required

Send the API key as Authorization: Bearer <api_key>.

Path Parameters

person_id
string
required
report_id
string
required

Body

application/json

Send at least one supported field. Unknown fields are rejected.

reason
enum<string>
required
Available options:
duplicate,
inappropriate,
incorrect_info,
already_found,
other
details
string | null
Minimum string length: 1
reporter_name
string

Trimmed and normalized person name.

Minimum string length: 2
reporter_email
string<email>
status
enum<string>
Available options:
pending,
completed

Response

Report response.

data
object
required