action twinehealth_update_action { label: "Update an action" description: "Update a health action from a patient's plan." provider: twinehealth method: PATCH path: "/action/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }