cURL
curl --request PATCH \ --url https://api.tryarchitect.com/v0/persons/{person_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "email": "<string>", "domain": "<string>", "phoneNumber": "<string>", "linkedinProfileUrl": "<string>" } '
{ "personId": "<string>", "name": "<string>", "email": "<string>", "domain": "<string>", "slug": "<string>", "phoneNumber": "<string>", "linkedinProfileUrl": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Update a person by ID.
API key authentication for the External Actor Gateway
person_id parameter
1 - 255
1
^\+[1-9]\d{1,14}$
Person created successfully
Was this page helpful?