Update Category
5.21 Update Category
Request
Method
URL
PUT
/update-category/{category_id}
Copy
{
  "merchant_id": 1,
  "name": "Category Name",
  "is_active": true,
  "order": 1
}Response
Status
Response
200
{
"status": true,
"category_id": 1
}
403
400
401
401
500
Last updated