action signl4_post_alerts_undo_close_multiple { label: "Withdraw closure of multiple alerts" description: "This method tries to undo multiple alert closes. The operation is handled in the background." provider: signl4 method: POST path: "/alerts/undoCloseMultiple" 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 } }