Jump to a workflow step
POST
/api/deals/deal/{dealId}/jump-to-stepPath parameters
- Unique identifier of the deal.
Request body
Body shape: ObjectRequest (required)
Responses
{}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 '{}'