From 00edf0c7ec00f5819175f5ca101bb2adf4dfd378 Mon Sep 17 00:00:00 2001 From: Sandeep Singh Date: Thu, 21 Dec 2023 18:06:46 +0530 Subject: [PATCH] misc api update for pdcp (#4527) --- internal/pdcp/creds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pdcp/creds.go b/internal/pdcp/creds.go index 61cd2a3d9..e3049c0b2 100644 --- a/internal/pdcp/creds.go +++ b/internal/pdcp/creds.go @@ -22,7 +22,7 @@ var ( ) const ( - userProfileURL = "https://%s/v1/template/user/profile?utm_source=%s" + userProfileURL = "https://%s/v1/user?utm_source=%s" apiKeyEnv = "PDCP_API_KEY" apiServerEnv = "PDCP_API_SERVER" ApiKeyHeaderName = "X-Api-Key"