Update a contact
Update contact
PUT
https://ris.rightsline.com/v4/contact/:id
This endpoint allows you to update a contact.
Path Parameters
Name | Type | Description |
---|---|---|
id | integer | ID of the contact to update. |
Headers
Name | Type | Description |
---|---|---|
x-api-key | string | Your company's API key. |
Authentication | string | Authentication token. |
Request Body
Name | Type | Description |
---|---|---|
title | string | The new title for the contact. |
template | object | The template of the contact to update. |
template.templateId | integer | The template ID of the contact to update. |
characteristics | object | The fields on the contact to update. |
Last updated