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