From 90ec6ce73b7db38eab40649fcc1d60b647404e92 Mon Sep 17 00:00:00 2001 From: Srinandan Sridhar <13950006+srinandan@users.noreply.github.com> Date: Wed, 29 May 2024 16:29:41 -0700 Subject: [PATCH] Update basePath for autopush --- internal/apiclient/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/apiclient/options.go b/internal/apiclient/options.go index 89f32b072..990e05ed8 100644 --- a/internal/apiclient/options.go +++ b/internal/apiclient/options.go @@ -26,7 +26,7 @@ import ( const ( baseURL = "https://apigee.googleapis.com/v1/organizations/" baseStagingURL = "https://staging-apigee.sandbox.googleapis.com/v1/organizations/" - baseAutoURL = "https://autopush-apigee.sandbox.googleapis.com/" + baseAutoURL = "https://autopush-apigee.sandbox.googleapis.com/v1/organizations/" ) // registryBaseURL is the Apigee API Hub control plane endpoint