| TYPE | Request |
|---|---|
| Category | Objects |
| name | type | required | default | description |
|---|---|---|---|---|
| options | array <HostingOption> | yes | A list of options to update |
{
"options": [
{
"name": "letsEncrypt",
"value": "enabled",
"arguments": [
"john@example.com",
"includewww"
]
}
]
}