Skip to content

Commit 825802a

Browse files
committed
[docs] add note regarding custom access list on free tier
1 parent aed301f commit 825802a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/shield-api.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ $bunnyHttpClient->request(
477477

478478
??? warning
479479

480-
- If this endpoint is requested for a shield zone on a free tier, it returns a `202` status code with the error message: `We do not support Custom WAF Rule creation on our Free Tier of Bunny Shield, please upgrade to Advanced.`
480+
If this endpoint is requested for a shield zone on a free tier, it returns a `202` status code with the error message: `We do not support Custom WAF Rule creation on our Free Tier of Bunny Shield, please upgrade to Advanced.`
481481

482482
#### [List WAF Profiles](https://docs.bunny.net/reference/get_shield-waf-profiles)
483483

@@ -893,6 +893,10 @@ $bunnyHttpClient->request(
893893
- `2` = ASNs
894894
- `3` = Countries
895895

896+
??? warning
897+
898+
If this endpoint is requested for a shield zone on a free tier, it returns a `202` status code with the error message: `Custom Access List limit exceeded. You can have a maximum of 1 custom lists. Please upgrade your Bunny Shield tier or contact support for assistance.`
899+
896900
#### [Update Shield Zone Access List](https://docs.bunny.net/reference/patch_shield-shield-zone-shieldzoneid-access-lists-id)
897901

898902
```php

0 commit comments

Comments
 (0)