action combell_create_subsite { label: "Create a subsite" provider: combell method: POST path: "/linuxhostings/{domainName}/subsites" encoding: json input: { type: "object" properties: { domainName: { type: "string" } domain_name: { type: "string" description: "Linux hosting domain name." } path: { type: "string" description: "Folder location for the subsite (when empty we use /subsites/site (e.g. /subsites/subsite.site.be)
\nThe path MUST pre-exist on the server. It WILL NOT be created automatically." } } required: ["domainName", "domain_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }