CommunicationInsertParameters

CommunicationInsertParameters
CommunicationInsertParameters

Parameters to let the admin specify a relative position of a communication map or communication entry w.r.t to another one. This type is deprecated. Use the type RuleInsertParameters instead.

JSON Example
{
    "anchor_path": "string",
    "operation": "string"
}
string
anchor_path
Optional

The communication map/communication entry path if operation is 'insert_after' or 'insert_before'

string
operation
Optional

Operation

Possible values are : insert_top, insert_bottom, insert_after, insert_before,