contacts
Update a contact's first name
Updates the <em>firstname</em> of the specified contact. The new first name is passed directly in the URL path.
Permission: Contacts Write required.
Monitoring: No impact.
patch/contacts/{contactId}/firstname/{firstname}
Path parameters
contactIdinteger required
Example:123456
The identifier of the contact
firstnamestring required
Example:Julien
The firstname of the contact
Response
First name successfully updated.