Skip to content

Commit 42ec227

Browse files
authored
docs: fix dynamic url redirects permission (#1)
The Single Redirect does not exist and the permission that works is Dynamic URL Redirects
1 parent 1f23ad9 commit 42ec227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/partials/fundamentals/zone-permissions-table.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ import { Markdown } from "~/components"
5959
| Response Compression {props.one} | Grants write access to [Response Compression](/rules/compression-rules/). |
6060
| Sanitize Read | Grants read access to sanitization. |
6161
| Sanitize {props.one} | Grants write access to sanitization. |
62-
| Single Redirect Read | Grants read access to zone-level [Single Redirects](/rules/url-forwarding/single-redirects/). |
63-
| Single Redirect {props.one} | Grants write access to zone-level [Single Redirects](/rules/url-forwarding/single-redirects/). |
62+
| Dynamic URL Redirects Read | Grants read access to zone-level [Single Redirects](/rules/url-forwarding/single-redirects/). |
63+
| Dynamic URL Redirects {props.one} | Grants write access to zone-level [Single Redirects](/rules/url-forwarding/single-redirects/). |
6464
| SSL and Certificates Read | Grants read access to [SSL configuration and certificate management](/ssl/). |
6565
| SSL and Certificates {props.one} | Grants write access to [SSL configuration and certificate management](/ssl/). |
6666
| Transform Rules Read | Grants read access to [Transform Rules](/rules/transform/). |

0 commit comments

Comments
 (0)