Update program api issue
Hello Team,
One issue I found for Update program call is :
When we pass tags as “[]” which is null array it is failing with message “Unable to update program”.
{
"requestId": "1774f#1540f9161f6",
"success": false,
"errors": [ {
"code": "704",
"message": "Unable to update program"
}]
}
While if we pass same in createProgram call , it works it does not fail.
Here the issue is , backend is accepting key as “tag” not “tags” for update call that is why when I am passing key as “tags” it is failing.
I tried with key “tag” and value as [] and it is successful.
Please make changes at your end as in documentation it has mentioned it accepts “tags” as key.
Regards,
Pratibha