Adobe Target API | Upate Activitiy - Invalid Json
Hello,
if I get an activity e.g. via https://mc.adobe.io/tenant/target/activities/ab/123456 and change only the name of the activity in the JSON and send it to https://mc.adobe.io/tenant/target/activities/ab/123456, then I get the message:
"Invalid Json. Unrecognized property name 'options'. Location: line - 7, column - 17."
"options": [
{
"optionLocalId": 0,
"offerId": 0
},
{
"optionLocalId": 2,
"name": "Offer2."
"offerId": 596872
}
],
If I delete this part, I get another warning. This time under experiences at optionLocations.
"experiences": [
{
"experienceLocalId": 0,
"name": "experience A."
"visitorPercentage": 100,
"optionLocations": [
{
"locationLocalId": 0,
"optionLocalId": 0
}
]
},
],
Do I pass a wrong format - or can someone tell me what I am doing wrong?


