entities
Update entity
Updates an existing CRM entity configuration.
patch/crm/v1/entity/{entityItem}
Request body
Example request
{
"title": "Leads",
"tableName": "leads",
"type": "leads",
"sort": 1
}Response
OK
Example response
{
"title": "Leads",
"tableName": "leads",
"type": "leads",
"sort": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.