action watchful_post_monitor { label: "Post uptime monitor" description: "Return boolean" provider: watchful method: POST path: "/sites/{id}/monitor" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }