SOAP API method MiniRule_update
Parameters
Name | Type | Description |
---|---|---|
id * | string | The identifier (id) of the object that is updated |
name * | string | The name of the minirule. |
inversed * | boolean | Is this minirule an inversed minirule? |
disabled * | boolean | Is this minirule disabled? |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
minirule | Structure of type 'minirule' | All properties of the now updated minirule |
Structure 'minirule'
Name | Type | Description |
---|---|---|
id | int | The ID of the minirule. |
name | string | The name of the minirule. |
inversed | boolean | Is this minirule an inversed minirule? |
disabled | boolean | Is this minirule disabled? |