I am trying to use rest api for document upload and metadata update using Category.
I am testing it using Advanced rest client :
- Create a Document
- Add a category to document
- Update attribute to category.
First two steps are working fine but not the last one for update category. I get a 200 code back indicating success, but the object category data does not update.
