sync

Publish selected DAGs

Commits and pushes the specified item IDs. If itemIds is omitted, publishes all modified or untracked items.

post/sync/publish-all

Query parameters

remoteNodestring

name of the remote node

Request body

messagestring

Commit message

itemIdsstring[]

Item IDs to publish. If omitted, all modified or untracked items are published.

Response

Publish completed successfully

successboolean required
messagestring
syncedstring[]

DAG IDs that were synced

modifiedstring[]

DAG IDs that were modified

conflictsstring[]

DAG IDs with conflicts

timestampstring date-time required

Changes