Category Service
Get All Categories for Cloud
GET /v2/clouds/:cloudId/categories
Get Category
GET /v2/clouds/:cloudId/categories/:categoryId
Create Category
POST /v2/clouds/:cloudId/categories
Update Category Field
Replace or create PUT /clouds/:cloudId/categories PUT /clouds/:cloudId/categories/:categoryId
Partial update PATCH /v2/clouds/:cloudId/categories/:categoryId
Delete Category
DELETE /v2/clouds/:cloudId/categories/:categoryId
Last updated
Was this helpful?