Publish Workflow
Authorizations
Nected-API-KeystringRequired
Your Nected API key. Obtain from your workspace settings.
Path parameters
entity-idstringRequiredExample:
The workflow entity ID
a1b2c3d4-e5f6-7890-abcd-ef1234567890Header parameters
Nected-BranchstringOptional
Branch name (optional)
Body
Request body for the publish endpoint
checksumstringOptional
Current checksum of the workflow — must match server state
titlestringOptional
Short title for this published version (e.g. v1.0)
descriptionstringOptional
Changelog / description for this version
Responses
200
OK — workflow published.
application/json
Standard API response wrapper
codestringOptional
dataanyOptional
Response payload — shape varies by endpoint
messagestringOptional
pageNointegerOptional
pageSizeintegerOptional
totalCountintegerOptional
totalPagesintegerOptional
400
Bad Request
application/json
500
Internal Server Error
application/json
post
/dev/v1/workflow/{entity-id}/publishCopy-paste JSON example
Last updated