Last updated 1 year ago
Use this method to update the value of an item's property.
const updatedItem = await alturaItem.updateProperty(PROPERTY_NAME, PROPERTY_VALUE);
const updatedItem: IAlturaItem = await alturaItem.updateProperty(PROPERTY_NAME, PROPERTY_VALUE);
PROPERTY_NAME
String
Yes
The name (key) of the property you want to change
PROPERTY_VALUE
The new value you want to set the property to