Diff two workflow versions.
Compare two versions of a workflow and return the differences.
POST
/api/workflows/{id}/diffPath parameters
idstringrequiredBody
version_astringrequiredversion_bstringrequiredRequest
curl
curl -X POST https://platform.trickest.com/api/workflows/{id}/diff \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Diff result with added, removed, and changed items
addedobject[]removedobject[]changedobject[]400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring