Jump to a workflow step

POST/api/deals/deal/{dealId}/jump-to-step

Path parameters

  • dealIdstringRequired#
    Unique identifier of the deal.

Request body

Body shape: ObjectRequest (required)

Responses

200Workflow position updated.ObjectResponse
{}
401Unauthorized.Error
403Forbidden.Error
404Deal not found.Error
422Validation error (for example, the target step is unreachable from the current state).Error
curl -X POST https://your-url.com/kong/core/api/gateway/api/deals/deal/{dealId}/jump-to-step\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"\
  -d '{}'