Hi experts,
I was trying to update the source featureString attribute using v3 API, but it’s failing.
Payload:
{
"op": "replace",
"path": "/features",
"value": [
"PROVISIONING",
"ENABLE"
]
}
Error:
{
"detailCode": "400.1 Bad request content",
"trackingId": "186d10af4473453e9c19b3b7bb2ad43e",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": []
}
Thanks,
Karthi