Can't able to update item category. How to update using API.
Here's my data:
curl --request POST \ --url 'https://sandbox.dev.clover.com/v3/merchants/mid/categories/catID?expand=items' \ --header 'authorization: Bearer token' \ --header 'content-type: application/json' \ --data ' { "items": [ { "id": "C6QFZ9Y6375ZA" } ], "name": "chicken wings" } ' But it does not updated when i check again in the dashbard. and does not give any error .
Please help