I am trying to hit 'Update Email Content In Editable Section' API
I am trying to update using type='DynamicContent'
My Request URI is:
{hostName}/rest/asset/v1/email/{emailId}/content/edit_text_1.json?type=DynamicContent&value={"type": "DynamicContent","segmentation": Default,"default": "Newalue"}
While Querying this API, I am getting following error while executing:
"errors": [
{
"code": "709",
"message": "Email component is already associated with dynamic content. Disassociate first"
}
]
Could anyone let me know what changes I need to do further.