From d5f8738d72445cd8db1ad67cdb9ca79f33a63f39 Mon Sep 17 00:00:00 2001 From: Jose Daniel Paiva Date: Mon, 26 Jan 2026 19:49:25 +0000 Subject: [PATCH] Update profile update API URLs in documentation --- help/dev/administer/profile-api/profile-single-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help/dev/administer/profile-api/profile-single-api.md b/help/dev/administer/profile-api/profile-single-api.md index 6553e3b..69320ae 100644 --- a/help/dev/administer/profile-api/profile-single-api.md +++ b/help/dev/administer/profile-api/profile-single-api.md @@ -32,13 +32,13 @@ Specify the profile parameters in the format `profile.paramName=value`. To update the profile for a `pcId`, use: `````` -https://.tt.omtrdc.net/m2/client/profile/update?mboxPC=1368007744041-575948.01_00&profile.attr=0&profile.attr2=1... +https://.tt.omtrdc.net/m2//profile/update?mboxPC=1368007744041-575948.01_00&profile.attr=0&profile.attr2=1... `````` To update the profile for an `mbox3rdPartyId`, use: `````` -shell http://.tt.omtrdc.net/m2/client/profile/update?mbox3rdPartyId=123456&profile.attr=0&profile.attr2=1... +shell http://.tt.omtrdc.net/m2//profile/update?mbox3rdPartyId=123456&profile.attr=0&profile.attr2=1... `````` The [!UICONTROL Single Profile Update API] is for updates only. If nothing is found, a profile is not created.