Knowledge Base
Move record to another location
Move a file or folder record to a different location within the same knowledge base.
Set newParentId to a folder ID to move the record into that folder, or null to move it to the knowledge base root.
Required Permission: OWNER or WRITER
put/knowledgeBase/{kbId}/record/{recordId}/move
Path parameters
kbIdstring uuid required
Knowledge base UUID
recordIdstring required
Record identifier (file or folder)
Request body
Response
Record moved successfully
Example response
{
"success": true,
"message": "Record moved successfully"
}