Selection Patch Object
Parameters
Parameter | Type | Description |
---|---|---|
operation | String | The operation that needs to be executed. The value can be either add or remove |
value | Array.<Long > | An array containing the id's of the entities on which the operation applies |
Examples
{
operation: "add",
value: [ 6191, 6289 ]
}
Can we improve this article ? Provide feedback