v10

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-0582185581.9 KB
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

newParentIdstring nullable required

Target folder ID, or null to move the record to the knowledge base root

Response

Record moved successfully

successboolean required
messagestring required

Example response

{
  "success": true,
  "message": "Record moved successfully"
}