Skip to main content
PUT
/
workflows
/
{workflowId}
/
upgrade
Upgrade a workflow
curl --request PUT \
  --url https://production.runalloy.com/workflows/{workflowId}/upgrade \
  --header 'Authorization: <authorization>' \
  --header 'x-api-version: <x-api-version>'
{
  "upgraded": true
}

Headers

Authorization
string
default:bearer YOUR_API_KEY
required
x-api-version
string
default:2025-09
required

The version of the API to use. The current API version is 2025-09.

Path Parameters

workflowId
string
required

Id of the parent workflow in which you are upgrading for the end user

Query Parameters

userId
string
required

Id of the end user you wish to upgrade the workflow for

Response

200

upgraded
boolean
default:true
Example:

true

I