SOAP API method DatabaseConstraintRule_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 |
|---|---|---|
| databaseconstraintrule | Structure of type 'databaseconstraintrule' | All properties of the now updated databaseconstraintrule |
Structure 'databaseconstraintrule'
| 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? |