agency-hosting_replaceWebsitePHPOptionsV1
Replace custom php.ini values on an Agency Plan website. Send the full desired set to preserve options; omitting resets them to defaults.
Instructions
Replaces the custom php.ini values on an Agency Plan website with the ones provided. Any option not in the request is reset to its default, so call the options endpoint first and send the full desired set. Sending an empty array resets every option to its default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | Yes | Option names and values. Each name must be one of the options returned by the options endpoint, and each value must satisfy that option's allowed_values when it declares them. | |
| website_uid | Yes | Agency Plan website UID |