Last updated
© 2025 make.com
Last updated
Updates the specified item of a custom property structure. Specify the attributes you want to update in the request body.
You cannot update the item name
and type
.
You can get the item ID with an API call to .
When you want to update the options
of a multiselect
or dropdown
item, specify all the options for the property. The new set of options replaces the current options.
The ID of the custom property structure item. Get the item ID with the API call to list custom property structure items.
2
Make displays the item label to users in the scenario table header.
The description of the custom property structure item. You can review the item description in the Scenario properties tab in the Organization dashboard.
The options available to users when filling in the item data. For the data types dropdown and multiselect, fill in an object like {"options":[{"value": "Marketing"}, {"value": "Sales"}]}. You can omit the options parameter for the rest of the data types.
Set to true if you require to fill in data to the structure item when adding custom property data. Default value is false.
Successful response