Skip to content

Commit

Permalink
Merge pull request #1272 from apichick/apigee-bigquery-analytics-fix
Browse files Browse the repository at this point in the history
Removed repeated command in script used to deploy API proxy
  • Loading branch information
apichick authored Mar 22, 2023
2 parents 60261a6 + faf11c8 commit a4bc9c6
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,4 @@ curl -v -X POST \

curl -v -X POST \
-H "Authorization: Bearer $TOKEN" \
"https://apigee.googleapis.com/v1/organizations/$ORG_NAME/environments/$ENV_NAME/apis/httpbin/revisions/1/deployments"

curl -v \
-H "Authorization: Bearer $TOKEN" \
"https://apigee.googleapis.com/v1/organizations/$ORG_NAME/environments/$ENV_NAME/apis/httpbin/revisions/1/deployments"
"https://apigee.googleapis.com/v1/organizations/$ORG_NAME/environments/$ENV_NAME/apis/httpbin/revisions/1/deployments"

0 comments on commit a4bc9c6

Please sign in to comment.