From f4e121cc4417d83a27c9eb583cdafc1f0a94bd8e Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Mon, 10 Apr 2023 18:23:20 -0700 Subject: [PATCH] fix: Update the profile API URL in the documentation (#6875) --- swagger/paths/index.yml | 2 +- swagger/swagger.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/swagger/paths/index.yml b/swagger/paths/index.yml index 56416e1be..e4aa9faee 100644 --- a/swagger/paths/index.yml +++ b/swagger/paths/index.yml @@ -360,7 +360,7 @@ # Profile -/profile: +/api/v1/profile: $ref: ./profile/index.yml diff --git a/swagger/swagger.json b/swagger/swagger.json index 55b95fb22..f11f922ab 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -3817,7 +3817,7 @@ } } }, - "/profile": { + "/api/v1/profile": { "get": { "tags": [ "Profile"