Skip to main content
PUT
/
workflows
/
{workflowId}
/
upgrade
cURL
curl -X PUT "https://production.runalloy.com/workflows/{workflowId}/upgrade?userId={{userId}}" \
  -H "Authorization: bearer YOUR_API_KEY" \
  -H "x-api-version: 2025-09"
{
  "upgraded": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.runalloy.com/llms.txt

Use this file to discover all available pages before exploring further.

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