action signl4_post_alerts_undo_acknowledge_multiple { label: "Queue undo of multiple acknowledgments." description: "This method tries to undo the acknowledgement of multiple alerts via a queue. The operation is handled in the background." provider: signl4 method: POST path: "/alerts/undoAcknowledgeMultiple" 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 } }