From f9ca6b7683c64c36772d02c1a88c3ef18f961b92 Mon Sep 17 00:00:00 2001 From: Sridhar Jayakumar Date: Thu, 18 Sep 2025 12:14:52 -0700 Subject: [PATCH] Update onetrust.md OneTrust <> AEP connector: Change log This file contains documentation update requests. ## July 10th, 2025 LinkToken (MagicLink) is now supported, updated mapping step to highlight this change. - Document URL that needs to be updated: https://experienceleague.adobe.com/en/docs/experience-platform/sources/api-tutorials/create/consent/onetrust - Please update request payload under title "Create a mapping" --- .../api/create/consent-and-preferences/onetrust.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/help/sources/tutorials/api/create/consent-and-preferences/onetrust.md b/help/sources/tutorials/api/create/consent-and-preferences/onetrust.md index 37d6523626..b7549b9d92 100644 --- a/help/sources/tutorials/api/create/consent-and-preferences/onetrust.md +++ b/help/sources/tutorials/api/create/consent-and-preferences/onetrust.md @@ -751,8 +751,13 @@ curl -X POST \ "sourceType": "ATTRIBUTE", "source": "content.Purposes", "destination": "_exchangesandboxbravo.Purposes" + }, + { + "sourceType": "ATTRIBUTE", + "source": "content.LinkToken", + "destination": "_exchangesandboxbravo.LinkToken", + "description": "Link Token" } - ] }' ``` @@ -884,4 +889,4 @@ Delete your dataflow by performing a DELETE request to the [!DNL Flow Service] A ### Delete your account -Delete your account by performing a DELETE request to the [!DNL Flow Service] API while providing the base connection ID of the account you want to delete. For complete API examples, read the guide on [deleting your source account using the API](../../delete.md). \ No newline at end of file +Delete your account by performing a DELETE request to the [!DNL Flow Service] API while providing the base connection ID of the account you want to delete. For complete API examples, read the guide on [deleting your source account using the API](../../delete.md).