Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

POST /v1/automation/workflows/{workflowID}/publish

POST/v1/automation/workflows/{workflowID}/publish
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
workflowIDstringrequired
Request body
requiredapplication/json
version_idstringrequired
Responses
200OK
object
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/automation/workflows/string/publish" \
  -H "Content-Type: application/json" \
  -d '{
  "version_id": "string"
}'
Response
{}