action combell_change_apcu { label: "Configure PHP APCu setting" provider: combell method: PUT path: "/linuxhostings/{domainName}/phpsettings/apcu" encoding: json input: { type: "object" properties: { apcu_size: { type: "integer" format: "int32" description: "The APcu size." } domainName: { type: "string" } domain_name: { type: "string" description: "Linux hosting domain name" } enabled: { type: "boolean" description: "Enables or disables APC." } } required: ["domainName", "domain_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }