action combell_create_host_header { label: "Create a host header" provider: combell method: POST path: "/linuxhostings/{domainName}/sites/{siteName}/hostheaders" encoding: json input: { type: "object" properties: { domainName: { type: "string" } domain_name: { type: "string" description: "Linux hosting domain name." } siteName: { type: "string" } site_name: { type: "string" description: "Name of the site on the linux hosting." } } required: ["domainName", "domain_name", "siteName", "site_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }