This function modifies an account enhancement.
Important:
id
or name
parameters. Lack of a second parameter will result
in no change.name required | string The name of the account enhancement. Example: name=enhancement 5000 |
id | string The account enhancement's new identifier. Note:
Example: id=sample-enhancement-id |
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ modify_account_enhancement \ name='enhancement 5000' \ id='sample-enhancement-id'
{- "data": {
- "id": "sample-enhancement-id",
- "name": "Sample Enhancement"
}, - "metadata": {
- "command": "modify_account_enhancement",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}