Using Rest API Magento-2, I am able to add category but at the time of update, value is getting updated and also i can check the value through GET Rest API but in Admin Panel old value is showing while can see the updated value while fetching data from REST API
Where
Cache disbaled
Used the re-index option also
I have also checked in DB table "catalog_category_entity_varchar" It's showing the updated one
I found the updated value in table "catalog_category_entity_text" but when I am sending data at the time of Update it's updating the table "catalog_category_entity_varchar"