action signl4_post_alerts_close_multiple { label: "Close multiple alerts" description: "This method closes all alerts provided." provider: signl4 method: POST path: "/alerts/closeMultiple" encoding: json input: { type: "object" properties: { alertIds: { type: "array" items: { type: "string" } } description: { type: "string" } userId: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }