v1
latestOpenAPI 3.1.02026-07-241630614.2 KBUpdate custom fields of a catalog
This method allows updating multiple custom fields of a list
patch/api/v4/catalogs/{id}/custom_fields
Path parameters
idinteger required
List ID
Request body
Response
201
Example response
{
"_total_items": 2,
"_embedded": {
"custom_fields": [
{
"id": 1278898087,
"name": "Updated custom field name",
"type": "textarea",
"account_id": 17079858,
"code": "DESCRIPTION",
"sort": 560,
"request_id": "0",
"catalog_id": 1095,
"is_deletable": true,
"entity_type": "catalogs",
"_links": {
"self": {
"href": "https://example.kommo.com/api/v4/catalogs/1095/custom_fields/1278898087"
}
}
}
]
}
}