Put
/v2/Categories/{categoryId}/updateCategoryType
Security
API Key
Header parameter nameapi_token

Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens

Path parameters
categoryId
stringRequired

The ID of the category

Query parameters
categoryType
integer (int32) Required

Category type (0-Folder, 1-Page, 2-Index)

Valid values[ 0, 1, 2 ]
userId
stringRequired

The ID of the team account

Responses
200
400
Show example

Success

Collapse all
object
extension_data
object (ExtensionDataObject)
success
boolean

Status indication for customer API response

errors
Array of object (BaseError) | null

Errors in the customer API response

object
warnings
Array of object (BaseWarning) | null

Warnings in the customer API response

object
information
Array of object (BaseInformation) | null

Information passed by the customer API response

object