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
- 200
- 400
- 401
- 404
- 500
OK
Invalid version number
Unauthorized
Pipeline or version not found
Internal server error