Skip to main content

SetEntityProperty

Generated from the Macro Rust tool registry.

Parameters

ParameterTypeRequiredDescription
boolean_valuebooleanYesFor boolean properties.
date_valuestringYesFor date properties (ISO 8601 date-time).
entity_idstringYesThe ID of the entity to update.
entity_refobjectYesFor single entity reference properties.
entity_refsarrayYesFor multi entity reference properties.
entity_typestringYesThe type of entity.
link_urlstringYesFor single link properties.
link_urlsarrayYesFor multi link properties.
number_valuenumberYesFor number properties.
option_idstringYesFor single-select properties. The option UUID from available options.
option_idsarrayYesFor multi-select properties. The option UUIDs from available options.
property_definition_idstringYesThe property definition ID. Get this from GetEntityProperties results.
string_valuestringYesFor string properties.