Contacts
Update contact
Updates a contact’s profile — name, or custom property values. Email address cannot be changed after creation. Omitted fields are left unchanged.
Requirements
- Permission:
contacts:write. - Project access: the path project must match the API key’s project.
- HTTP rate limit: 200 requests per 60 seconds per API key.
PATCH
TypeScript
Authorizations
Project-bound Apollo Signal API key. Keys begin with ap_signal_ and must carry the permission shown on the operation.
Path Parameters
Project identifier. For API-key authentication, it must match the project bound to the key.
Contact identifier in this project.
Body
application/json
Fields to update.
Mutable contact fields; the email address cannot be changed.
Response
Updated contact.