From efdbabda5f767137f2b4fff60c3e5821b1c58eb5 Mon Sep 17 00:00:00 2001 From: gavinofla <142206303+gavinofla@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:32:14 +0100 Subject: [PATCH] Update publish-api.md Updated broken links: https://support.pusher.com/hc/en-us/articles/4411997288593-What-Happens-When-I-Hit-My-Beams-Plan-Limits- --- docs/beams/reference/publish-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/beams/reference/publish-api.md b/docs/beams/reference/publish-api.md index 52a3813..8ae0e53 100644 --- a/docs/beams/reference/publish-api.md +++ b/docs/beams/reference/publish-api.md @@ -84,7 +84,7 @@ Unique string used to identify this publish request. | Bad request | 400 | Request body size is too large (max 10KiB). | | Bad request | 400 | Failed to read body as a JSON object. | | Unauthorized | 401 | Incorrect API Key. | -| Payment Required | 402 | Publishing has been blocked due to being over plan limits. Refer to [Beams plan limits article](https://support.pusher.com/hc/en-us/articles/360020196398-What-happens-when-I-hit-my-Beams-plan-limits-)in our Support knowledge base. | +| Payment Required | 402 | Publishing has been blocked due to being over plan limits. Refer to [Beams plan limits article](https://support.pusher.com/hc/en-us/articles/4411997288593-What-Happens-When-I-Hit-My-Beams-Plan-Limits-) in our Support knowledge base. | | Instance not found | 404 | Could not find the instance. | | Unprocessable Entity | 422 | JSON does not our match schema. | | Rate Limited | 429 | Too many requests being made in quick succession (max 100 RPS). |