Update blocking modeAsk AIput https://app.aikido.dev/api/public/v1/firewall/apps/{service_id}/blockingEnable or disable blocking mode for a Zen appPath Paramsservice_idint32required≥ 0The ID of the Zen appBody ParamsThe parameters needed to update blocking modeblockbooleanrequiredWhether to enable blocking mode for this app. When true, the app will actively block detected attacks. When false, the app will run in detection-only mode and only report attacks without blocking them.truefalsedisable_minimum_wait_checkbooleanDefaults to falseSkip the 3-day minimum wait period for production apps. This safety period helps prevent accidental blocking of legitimate customer traffic. During this time, you can monitor traffic patterns and verify that only unwanted traffic would be affected.truefalseResponses 200The blocking mode has been successfully updated 400Bad request - validation failed or minimum wait period not met 404App not foundUpdated 7 months ago