diff --git a/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error/error-413.mdx b/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error/error-413.mdx index a86c8b89d6e68f..f06e1e1eb72519 100644 --- a/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error/error-413.mdx +++ b/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error/error-413.mdx @@ -22,6 +22,6 @@ The upload limit for the Cloudflare API depends on your plan. If you exceed this -Keep in mind, customers can reduce the **Maximum Upload Size** from the zone's **Network** page which can cause a `413`. +Keep in mind, customers can reduce the **Maximum Upload Size** from the zone's **Network** dashbaord. Keep in mind, this can cause a `413 Payload Too Large`. -If you require a larger upload, break up requests into smaller chunks, change your DNS record to [DNS-only](/dns/proxy-status/#dns-only-records), or [upgrade your plan](/billing/change-plan/). \ No newline at end of file +If you require a larger upload, you can group requests into smaller chunks, upload the full resource through an [unproxied (grey-clouded) DNS record](/dns/proxy-status/#dns-only-records), or [upgrade your plan](/billing/change-plan/).