Skip to content

Commit

Permalink
Update Alloy-Navigator-API-CLI-Basic-Framework.ps1
Browse files Browse the repository at this point in the history
Minor comment change
  • Loading branch information
Andrew-J-Larson authored Jul 17, 2024
1 parent e149c74 commit 00d261f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function ConvertFrom-AlloyResponseObject ([PSCustomObject]$responseObject) {
# CONSTANTS
$ApiUrl = 'replace with your Alloy API url' # API URL without a trailing slash, i.e. https://example.com/api
$ApiUrl = '[replace with your Alloy API url]' # API URL without a trailing slash, i.e. https://example.com/api
$MaxAttempts = 0 # $Null, $False, 0, or negative numbers means unlimited attempts, for sending calls to the API
# Required Alloy application API credentials to authenticate
Expand Down

0 comments on commit 00d261f

Please sign in to comment.