Knowledge Base
Update folder
Rename a folder.
Required permission: WRITER or higher
put/knowledgeBase/{kbId}/folder/{folderId}
Path parameters
kbIdstring required
folderIdstring required
Request body
Response
Folder updated successfully
Example response
{
"success": true,
"message": "Folder updated successfully"
}Changes
Changed in 2 of the 15 revisions of this API.3
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○