From 3d0424c1274d249e5b69050541bbdef0e1d4938f Mon Sep 17 00:00:00 2001 From: Sarah Edwards Date: Wed, 13 Dec 2023 09:28:28 -0800 Subject: [PATCH] Document the status API (#47661) --- content/graphql/overview/about-the-graphql-api.md | 2 ++ content/rest/using-the-rest-api/troubleshooting-the-rest-api.md | 2 +- .../learning-about-github-support/about-github-support.md | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/content/graphql/overview/about-the-graphql-api.md b/content/graphql/overview/about-the-graphql-api.md index d8a68ec2e3d3..22e6409804de 100644 --- a/content/graphql/overview/about-the-graphql-api.md +++ b/content/graphql/overview/about-the-graphql-api.md @@ -57,3 +57,5 @@ For other information, such as authentication and rate limit details, check out ## Requesting support {% data reusables.support.help_resources %} + +If you observe unexpected failures, you can use [githubstatus.com](https://www.githubstatus.com/) or the [{% data variables.product.company_short %} status API](https://www.githubstatus.com/api) to check for incidents affecting the API. diff --git a/content/rest/using-the-rest-api/troubleshooting-the-rest-api.md b/content/rest/using-the-rest-api/troubleshooting-the-rest-api.md index 75345d452a5f..b19cfef06b27 100644 --- a/content/rest/using-the-rest-api/troubleshooting-the-rest-api.md +++ b/content/rest/using-the-rest-api/troubleshooting-the-rest-api.md @@ -163,7 +163,7 @@ curl sends a valid `User-Agent` header by default. If you observe an error that is not addressed here, you should refer to the error message that the API gives you. Most error messages will provide a clue about what is wrong and a link to relevant documentation. -If you observe unexpected failures, you can check the status of the REST API at [githubstatus.com](https://www.githubstatus.com/). +If you observe unexpected failures, you can use [githubstatus.com](https://www.githubstatus.com/) or the [{% data variables.product.company_short %} status API](https://www.githubstatus.com/api) to check for incidents affecting the API. ## Further reading diff --git a/content/support/learning-about-github-support/about-github-support.md b/content/support/learning-about-github-support/about-github-support.md index 0e5bf7e62878..8a8f98e4a121 100644 --- a/content/support/learning-about-github-support/about-github-support.md +++ b/content/support/learning-about-github-support/about-github-support.md @@ -113,6 +113,8 @@ You can check for any incidents currently affecting {% data variables.product.pr You can also subscribe and get alerted via email, text message, and webhook whenever there's an incident affecting {% data variables.product.product_name %}. +You can also use the {% data variables.product.company_short %} Status API to check for incidents. For more information, see [{% data variables.product.company_short %} Status API](https://www.githubstatus.com/api/). + {% endif %} {% ifversion ghec or ghes %}