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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.