action watchful_put_sites_id { label: "Update a site" description: "Update a site" provider: watchful method: PUT path: "/sites/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }