Skip to content

Commit

Permalink
Merge pull request #8198 from PasanT9/health-master
Browse files Browse the repository at this point in the history
Remove Authorization header from server-startup-healthcheck
  • Loading branch information
PasanT9 authored Jul 17, 2024
2 parents 5ee1aae + 03b4b91 commit 326c622
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ paths:
- OAuth2Security: []
x-code-samples:
- lang: Curl
source: 'curl -k "https://localhost:9443/api/am/gateway/v2/server-startup-healthcheck" -H "Authorization: Basic YWRtaW46YWRtaW4="'
source: 'curl -k "https://localhost:9443/api/am/gateway/v2/server-startup-healthcheck"'

/api-artifact:

Expand Down

0 comments on commit 326c622

Please sign in to comment.