From 18763c507349f7ec6a1b3c141318bfcea4a52bf5 Mon Sep 17 00:00:00 2001 From: Ildar Iskhakov Date: Thu, 8 Jun 2023 21:47:13 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20docs,=20change=20team=20to=20organization?= =?UTF-8?q?=20in=20ratelimits,=20as=20previously=20te=E2=80=A6=20(#2135)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …am was equal to orgamization # What this PR does ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) Co-authored-by: Matvey Kukuy --- docs/sources/oncall-api-reference/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/oncall-api-reference/_index.md b/docs/sources/oncall-api-reference/_index.md index e289f07b..b4f8987b 100644 --- a/docs/sources/oncall-api-reference/_index.md +++ b/docs/sources/oncall-api-reference/_index.md @@ -53,7 +53,7 @@ Rate limited response HTTP status: 429 | Scope | Amount | Time Frame | | ---------------------------- | :----: | :--------: | | Alerts from each integration | 300 | 5 minutes | -| Alerts from the whole team | 500 | 5 minutes | +| Alerts from the whole organization | 500 | 5 minutes | ## API rate limits