KBCategory

Number of APIs: 13

  1. Upload logo image POST {{baseUrl}}/api/v1/kbCategoryLogo

  2. Get a section GET {{baseUrl}}/api/v1/kbSections/:sectionId

  3. Get root category GET {{baseUrl}}/api/v1/kbRootCategories/:rootCategoryId

  4. Create root category POST {{baseUrl}}/api/v1/kbRootCategories

  5. Create a section POST {{baseUrl}}/api/v1/kbSections

  6. Update a section PATCH {{baseUrl}}/api/v1/kbSections/:sectionId

  7. Get a category tree GET {{baseUrl}}/api/v1/kbRootCategories/:rootCategoryId/categoryTree

  8. List root categories GET {{baseUrl}}/api/v1/kbRootCategories

  9. Get review owners GET {{baseUrl}}/api/v1/kbRootCategories/:rootCategoryId/reviewOwners

  10. Add review owner POST {{baseUrl}}/api/v1/kbRootCategories/:rootCategoryId/reviewOwners/add