Update Category
Updates an existing category.
Required scope: categories:update
Request URL: https://api.tracksales.co/v1/categories/{uuid}
Path Params
uuidstringrequired
Category UUID
Body Params
namestringrequired
Category name
displayOnSalesGridboolean
Show category on the POS sales grid (default true)
Responses
200OK
Request succeeded.
401Unauthorized
API key is missing or invalid.
403Forbidden
API key lacks the required scope.
404Not Found
Category was not found.
422Validation Error
Request validation failed.