forked from loafle/openapi-generator-original
Add powershell echo test, rename api key names (#17043)
* add powershell echo test, rename api key names * update
This commit is contained in:
@@ -66,9 +66,9 @@ Returns a map of status codes to quantities
|
||||
# general setting of the PowerShell module, e.g. base URL, authentication, etc
|
||||
$Configuration = Get-Configuration
|
||||
# Configure API key authorization: api_key
|
||||
$Configuration.ApiKey.api_key = "YOUR_API_KEY"
|
||||
$Configuration.ApiKey.api_key_name = "YOUR_API_KEY"
|
||||
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
||||
#$Configuration.ApiKeyPrefix.api_key = "Bearer"
|
||||
#$Configuration.ApiKeyPrefix.api_key_name = "Bearer"
|
||||
|
||||
|
||||
# Returns pet inventories by status
|
||||
|
||||
Reference in New Issue
Block a user