Merge pull request #1272 from apichick/apigee-bigquery-analytics-fix

Removed repeated command in script used to deploy API proxy
This commit is contained in:
apichick
2023-03-22 11:16:39 +01:00
committed by GitHub

View File

@@ -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"