Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
The updated Person record.
Update the person with the indicated :id in the URL. Requires write permissions.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The updated Person record.