Skip to main content
PATCH
Update a person tip

Authorizations

Authorization
string
header
required

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

Path Parameters

person_id
string
required
tip_id
string
required

Body

application/json

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

sender_name
string
required

Trimmed and normalized person name.

Minimum string length: 2
sender_phone
string | null

One valid phone number; national or international input is normalized to E.164.

Minimum string length: 1
message
string
Minimum string length: 1

Response

Tip response.

data
object
required