fix: Update the profile API URL in the documentation (#6875)

This commit is contained in:
Pranav Raj S 2023-04-10 18:23:20 -07:00 committed by GitHub
parent cf934450ab
commit f4e121cc44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -360,7 +360,7 @@
# Profile # Profile
/profile: /api/v1/profile:
$ref: ./profile/index.yml $ref: ./profile/index.yml

View File

@ -3817,7 +3817,7 @@
} }
} }
}, },
"/profile": { "/api/v1/profile": {
"get": { "get": {
"tags": [ "tags": [
"Profile" "Profile"