Update KB Category

Updates a KB category.

Path Parameters

  • tenantIdstringrequired

    Describes the client ID or msp ID of the tenant

  • categoryIdstringrequired

    Specifies the unique category identifier in the knowledge base

Request Body

application/json

  • namestring

    Name of the knowledge base category.

  • descriptionstring

    Defines the scope of the knowledge base category. For a MSP tenant, scope is either PARTNER or CLIENT.

  • scopestring

    Defines the list of Client IDs. This is mandatory for a MSP tenant with CLIENT scope.

  • clientIdsarray of strings

    Description of the knowledge base category.

Loading Examples...

Responses

  • idstring

  • namestring

    Name of the knowledge base category.

  • pathstring

  • statestring

  • createdByobject

  • updatedByobject

  • createdDatestring

  • updatedDatestring

  • scopestring

    Defines the scope of the knowledge base category: For a MSP tenant, scope is either PARTNER or CLIENT For a CLIENT tenant, scope is not applicable

    Enum:
    PARTNERCLIENT
  • clientIdsarray of strings

    Defines the list of Client IDs. This is mandatory for a MSP tenant with CLIENT scope.

  • parentCategoryobject

    Defines the parent category.

  • descriptionstring

    Description of the knowledge base category.

Loading Examples...