action combell_change_lets_encrypt { label: "Configure let's encrypt" provider: combell method: PUT path: "/linuxhostings/{domainName}/sslsettings/{hostname}/letsencrypt" encoding: json input: { type: "object" properties: { domainName: { type: "string" } domain_name: { type: "string" description: "Linux hosting domain name." } enabled: { type: "boolean" description: "Enabled" } hostname: { type: "string" description: "Specific hostname." } } required: ["domainName", "domain_name", "hostname"] additionalProperties: false } output: { type: "object" additionalProperties: true } }