action watchful_update_joomla { label: "Update Joomla core on the remote site" description: "Update Joomla core on the remote site" provider: watchful method: POST path: "/sites/{id}/updatejoomla" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }