action combell_change_php_memory_limit { label: "Configure PHP memory limit" provider: combell method: PUT path: "/linuxhostings/{domainName}/phpsettings/memorylimit" encoding: json input: { type: "object" properties: { domainName: { type: "string" } domain_name: { type: "string" description: "Linux hosting domain name." } memory_limit: { type: "integer" format: "int32" description: "The php memory limit" } } required: ["domainName", "domain_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }