v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Update bot lists

Update the bot lists configuration for an app

put/firewall/apps/{app_id}/bot-lists

Path parameters

app_idinteger required

The ID of the Zen app

Request body

codestring
mode'monitor' | 'block'

monitor: Subscribe but only monitor, block: Subscribe and block. To ignore a bot category, simply omit it from the array.

Response

The bot lists configuration has been successfully updated

successboolean

Indicates whether the operation was successful

Example response

{
  "success": true
}