action signl4_post_alerts_acknowledge_multiple { label: "Acknowlegde multiple alerts" description: "This method confirms all alerts provided." provider: signl4 method: POST path: "/alerts/acknowledgeMultiple" 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 } }