action watchful_update_extension { label: "Update the extension on the remote site" description: "Update the extension on the remote site" provider: watchful method: POST path: "/extensions/{id}/update" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }