Category Service
Get All Categories for Cloud
Info
GET /api/category/:cloudId
Success
GET /v2/clouds/:cloudId/categories
Get Category
Info
GET /api/category/:cloudId
Success
GET /v2/clouds/:cloudId/categories/:categoryId
Create Category
Info
POST /api/category/:cloudId/create
Success
POST /v2/clouds/:cloudId/categories
Update Category Field
Info
POST /api/category/:cloudid/:categoryid/update
Success
Replace or create
PUT /clouds/:cloudId/categories
PUT /clouds/:cloudId/categories/:categoryId
Partial update
PATCH /v2/clouds/:cloudId/categories/:categoryId
Delete Category
Info
GET /api/category/:cloudId/:categoryId/delete
Success
DELETE /v2/clouds/:cloudId/categories/:categoryId