Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

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

POST/v1/automation/workflows/{workflowID}/rollback
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
workflowIDstringrequired
Request body
requiredapplication/json
target_version_idstringrequired
Responses
201Created
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/rollback" \
  -H "Content-Type: application/json" \
  -d '{
  "target_version_id": "string"
}'
Response
{}