From 9332fb1ab402a86466670f5226ba621c87bb38eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sag=E1=A0=8Ee?= Date: Fri, 4 Jun 2021 00:54:11 +0000 Subject: [PATCH] Remove GraphQL-Features header requirement for Discussions API --- content/graphql/guides/using-the-graphql-api-for-discussions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/graphql/guides/using-the-graphql-api-for-discussions.md b/content/graphql/guides/using-the-graphql-api-for-discussions.md index 932c793603..b290279781 100644 --- a/content/graphql/guides/using-the-graphql-api-for-discussions.md +++ b/content/graphql/guides/using-the-graphql-api-for-discussions.md @@ -9,8 +9,6 @@ The {% data variables.product.prodname_discussions %} GraphQL API allows you to This API is available for authenticated users, OAuth Apps, and GitHub Apps. Access tokens require the `repo` scope for private repositories and the `public_repo` scope for public repositories. For more information, see "[Scopes for OAuth apps](/developers/apps/scopes-for-oauth-apps)." -To use this API, you must include `GraphQL-Features: discussions_api` in the `HTTP` header. - ## Fields ### Repository.discussions