Context Documents

Diff a tree against the previous published tree

Compute a diff between the given tree and the most recent published tree before it. Used by the knowledge manager to review what changed before publishing a draft.

get/context-documents/tree/{tree_id}/diff

Path parameters

tree_idstring required

Response

Successful Response

tree_idstring required
previous_tree_idstring nullable required
files_addedinteger required
files_removedinteger required
files_changedinteger required
files_unchangedinteger required

Changes