Category Service
GET /api/category/:cloudId
GET /v2/clouds/:cloudId/categories
GET /api/category/:cloudId
GET /v2/clouds/:cloudId/categories/:categoryId
POST /api/category/:cloudId/create
POST /v2/clouds/:cloudId/categories
POST /api/category/:cloudid/:categoryid/update
Replace or create
PUT /clouds/:cloudId/categories
PUT /clouds/:cloudId/categories/:categoryId
Partial update
PATCH /v2/clouds/:cloudId/categories/:categoryId
GET /api/category/:cloudId/:categoryId/delete
DELETE /v2/clouds/:cloudId/categories/:categoryId
Last modified 2yr ago