action combell_change_gzip_compression { label: "Enable/disable GZIP compression" provider: combell method: PUT path: "/linuxhostings/{domainName}/settings/gzipcompression" encoding: json input: { type: "object" properties: { domainName: { type: "string" } domain_name: { type: "string" description: "Linux hosting domain name" } enabled: { type: "boolean" description: "Enabled" } } required: ["domainName", "domain_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }