Upsert a workflow template link.
POST
/api/workflows/{id}/template-linkPath parameters
idnumberrequiredPath parameter: id
Body
solution_idstringrequiredtemplate_idobjecttemplate_versionintegerRequest
curl
curl -X POST https://platform.trickest.com/api/workflows/{id}/template-link \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Workflow template link upserted
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring