I am trying to create a category in the knowledge base with a specific team assignment. However, I can't figure out how to do the team assignment. Creating the category works as expected, but the team field is empty. I don't see the relationship in the database and I have not been able to figure it out by inspecting the code. Any help would be greatly appreciated.
Also, what is the childList field in the KB category? I am using the following JSON to create a category and it seems to work fine, but there are a lot more fields in the GET request for the category list:
Also, what is the childList field in the KB category? I am using the following JSON to create a category and it seems to work fine, but there are a lot more fields in the GET request for the category list:
Code:
body = {
"name": "Test".
"order": 10,
"parentId": 123...,
}

Comment