UpdateItemDefinitionParams interface
Update Item Definition parameters Overrides the definition for the specified item.
Properties
| item |
The item ID. |
| payload | The Update Item Definition payload |
| update |
When set to true and the .platform file is provided as part of the definition, the item's metadata is updated using the metadata in the .platform file |
Property Details
itemId
The item ID.
itemId: string
Property Value
string
payload
The Update Item Definition payload
payload: UpdateItemDefinitionPayload
Property Value
updateMetadata
When set to true and the .platform file is provided as part of the definition, the item's metadata is updated using the metadata in the .platform file
updateMetadata?: boolean
Property Value
boolean