Pular para o conteúdo principal

Update a person

PATCH 

/people/:id

Partial update. Only fields present in the body are written; non-writable fields (emails, phones, bank/PIX, id, workspace_id, company_id, created_at) are dropped. Requires scope finance.people.write. Sending null for an optional string field is a no-op (clearing to null is not supported via v1).

Request

Responses

Updated person.