Skip to content

Commit 8d6f9b9

Browse files
wpouseeleCalebAlbers
authored andcommitted
Update README.md (#18)
Fix the documentation for adding a custom Base URI
1 parent 7b6db0a commit 8d6f9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Import-Module ITGlueAPI
4242

4343
The first time you run this module, you will need to configure the base URI and API key that are used to talk with IT Glue. Doing so is as follows:
4444

45-
1. Run `Add-ITGlueBaseURI`. By default, IT Glue's `api.itglue.com` uri is entered. If you have your own API gateway or proxy, you may put in your own custom uri by specifiying the `-uri` parameter, as follows: `Get-ITGlueBaseURI -uri http://myapi.gateway.example.com`.
45+
1. Run `Add-ITGlueBaseURI`. By default, IT Glue's `api.itglue.com` uri is entered. If you have your own API gateway or proxy, you may put in your own custom uri by specifiying the `-base_uri` parameter, as follows: `Add-ITGlueBaseURI -base_uri http://myapi.gateway.example.com`.
4646

4747
2. Run `Add-ITGlueAPIKey`. It will prompt you to enter your API key (please refer to IT Glue's documentation [here](https://api.itglue.com/developer/) for generating an API key).
4848

0 commit comments

Comments
 (0)