# Update Tweak Settings option This function sets an option's value in WHM's interface (). The system stores the keys and values that this function updates in the file. Endpoint: GET /set_tweaksetting Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `key` (string, required) The setting name that corresponds to the desired setting in WHM's interface (). Example: "proxysubdomains" - `module` (string) The interface section. The possible section names are: * * * * Enum: "Apache", "Basic", "Mail", "Main" - `value` (string) The value to assign to the setting. If you include this parameter in the call but do set a value, the value defaults to an empty value. For more information about the requirements for values in the file settings, read our file documentation. ## Response 200 fields (application/json): - `metadata` (object) - `metadata.command` (string) The method name called. Example: "set_tweaksetting" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * — Success. * — Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1