v1

latestOpenAPI 3.1.02026-07-1414757122.7 KB
entities

Update entity

Updates an existing CRM entity configuration.

patch/crm/v1/entity/{entityItem}

Request body

titlestring
tableNamestring
typestring
sortinteger

Example request

{
  "title": "Leads",
  "tableName": "leads",
  "type": "leads",
  "sort": 1
}

Response

OK

titlestring
tableNamestring
typestring
sortinteger

Example response

{
  "title": "Leads",
  "tableName": "leads",
  "type": "leads",
  "sort": 1
}