Update Category

Updates an existing category.

PUThttps://api.tracksales.co/api/v1/categories/{uuid}

Required scope: categories:update

Path Params

uuidstringrequired

Category UUID

Body Params

namestringrequired

Category name

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.