patch https://{subdomain}.kommo.com/api/v4/catalogs
This method allows editing multiple lists. An array of list objects is passed.
Limitations
The method is available for users with access to lists.
Data type header when the request is successful
Content-Type: application/hal+json
Data type header in case of an error
Content-Type: application/problem+json
Response parameters
The method returns an array of edited lists.
Parameter | Data type | Description |
---|---|---|
id | int | List ID |
name | string | List name |
created_by | int | The ID of the user who created the list |
updated_by | int | The ID of the user who edited the list last |
created_at | int | List creation date in Unix Timestamp format |
updated_at | int | List edit date in Unix Timestamp format |
sort | int | Sequence number of the list |
type | string | List type |
can_link_multiple | bool | It shows if one element of the current list can be linked to several leads |
can_be_deleted | bool | It shows if a list can be deleted via the interface |
account_id | int | Account ID where the list is located in |