v51

latestOpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-01199241439.9 KB
sync

Get diff for a DAG

Returns the diff between local and remote versions of a DAG

get/sync/items/{itemId}/diff

Path parameters

itemIdstring required

The DAG identifier (file path without extension)

Query parameters

remoteNodestring

name of the remote node

Response

Diff retrieved successfully

itemIdstring required

The DAG identifier

filePathstring required

Relative file path with extension

status'synced' | 'modified' | 'untracked' | 'conflict' | 'missing' required

Sync status of a DAG

localContentstring required

Current local file content

remoteContentstring

Content from remote repository

remoteCommitstring

Commit hash being compared against

remoteAuthorstring

Author of the remote commit

remoteMessagestring

Commit message of the remote version