Skip to main content

Diff two pipeline versions

GET 

/pipelines/:id/versions/:versionA/diff/:versionB

Computes the structural diff between two versions of the same pipeline identified by id. versionA and versionB are version_number integers. Returns added/removed/changed invocations and added/removed wires. If versionA equals versionB all diff arrays are empty.

Request

Responses

OK