From 6f6a2482c4cb743145d1bd998850cbbdebfc7c86 Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Thu, 18 Aug 2022 11:46:52 +0200 Subject: [PATCH 1/2] deletes mentions of deprecated APIs --- .../developers/overview/about-githubs-apis.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/content/developers/overview/about-githubs-apis.md b/content/developers/overview/about-githubs-apis.md index d7b42f146d2c..9889891805c2 100644 --- a/content/developers/overview/about-githubs-apis.md +++ b/content/developers/overview/about-githubs-apis.md @@ -14,18 +14,4 @@ topics: - API --- -There are two stable versions of the GitHub API: the [REST API](/rest) and the [GraphQL API](/graphql). - -## Deprecated versions - -### beta - -We deprecated the beta API on April 22, 2014. - -### v2 - -We removed support for API v2 on June 12, 2012. - -### v1 - -We removed support for API v1 on June 12, 2012. +There are two stable versions of the GitHub API: the [REST API](/rest) and the [GraphQL API](/graphql). \ No newline at end of file From 89ddba00cc86d861ef8c6590e8e7f5032d75e424 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Wed, 24 Aug 2022 14:13:15 +0100 Subject: [PATCH 2/2] Re-remove text added back in by mistake (#30212) --- .../managing-repository-access-for-your-codespaces.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md b/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md index 199a6e4554c2..689293eaffa9 100644 --- a/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md @@ -132,7 +132,3 @@ When you enable access and security for a repository owned by your personal acco 1. If you chose "Selected repositories", select the drop-down menu, then click a repository to allow the repository's codespaces to access other repositories you own. Repeat for all repositories whose codespaces you want to access other repositories you own. !["Selected repositories" drop-down menu](/assets/images/help/settings/codespaces-access-and-security-repository-drop-down.png) - -## Further reading - -- "[Managing repository access for your organization's codespaces](/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces)"