DSInsertParameters

DSInsertParameters
DSInsertParameters

Parameters to tell where rule/section need to be added. All the params take rule/section Id.

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

Operation

Possible values are : insert_top, insert_bottom, insert_after, insert_before,
string
id
Optional

Identifier of the anchor rule or section. This is a required field in case operation like 'insert_before' and 'insert_after'.