v1
latestOpenAPI 3.1.02026-07-1414757122.7 KBentities
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
}