How to specify multiple Bypass rules in the Rate Limiting UI

In reference to the latest UI for configuring Rate Limiting, could you please tell me if the list of URLs in the Rate Limiting Bypass field are meant to be comma-separated or separated by carriage returns?
Example: .example.com/api/,.example.com/admin/,.example.com/users/
Or
.example.com/api/
.example.com/admin/
.example.com/users/

Hey @nana,

Both will do the job, this will be converted to an array when sending the payload to our API.

1 Like