DSInsertParameters
DSInsertParameters
Parameters to tell where rule/section need to be added. All the params take rule/section Id.
JSON Example
{
"id": "string",
"operation": "string"
}
string
id
Optional
Constraints:
maxLength: 64
Identifier of the anchor rule or section. This is a required field in case operation like 'insert_before' and 'insert_after'.
string
operation
Optional
Constraints:
default: insert_top
Operation
Possible values are :
insert_top,
insert_bottom,
insert_after,
insert_before,