Skip to content

Commit 1659c36

Browse files
authored
Add ghe.com to graphql doc (#56785)
1 parent ea6680c commit 1659c36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/graphql/guides/managing-enterprise-accounts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ The next steps will use Insomnia.
8080
1. Add the base url and `POST` method to your GraphQL client. When using GraphQL to request information (queries), change information (mutations), or transfer data using the GitHub API, the default HTTP method is `POST` and the base url follows this syntax:
8181
* For your enterprise instance: `https://<HOST>/api/graphql`
8282
* For GitHub Enterprise Cloud: `https://api.github.com/graphql`
83+
* For GitHub Enterprise Cloud with Data Residency: `https://api.SUBDOMAIN.ghe.com/graphql`
8384

8485
1. Select the "Auth" menu and click **Bearer Token**. If you've previously selected a different authentication method, the menu will be labeled with that method, such as "Basic Auth", instead.
8586
![Screenshot of the expanded "Auth" menu in Insomnia. The menu label, "Auth", and the "Bearer Token" option are outlined in dark orange.](/assets/images/developer/graphql/insomnia-bearer-token-option.png)

0 commit comments

Comments
 (0)