Skip to content

Commit

Permalink
clarification on hub native domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Morran committed Nov 8, 2023
1 parent 9b251fe commit 4fb9371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup-custom-domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The easiest method to connect a custom domain to your Hub is to create a [cname]

## Part C: Connect Your Custom Domain

1. Open a command terminal on your device and run the following command with the 3 parameters surrounded by `< >` replaced with your specific information from previous steps:\
1. Open a command terminal on your device and run the following command with the 3 parameters surrounded by `< >` replaced with your specific information from previous steps. Your Hub's native domain is the URL assigned upon creation (ex: 123456.us1.myhubs.net)\
`curl -X PATCH -H "turkeyauthtoken:<token-value-from-part-b>" 'https://<your-hubs-native-domain>/api/ita/custom-domain?to_domain=<desired-custom-domain>'`

2. The command should execute quickly and return the following message:\
Expand Down

0 comments on commit 4fb9371

Please sign in to comment.