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).