Update a draft workflow version with revision concurrency
AuthorizationBearer <token>
In: header
Path Parameters
versionId*string
Format
uuidHeader Parameters
Idempotency-Key?string
Optional. When omitted, the server generates a unique internal key for this submission.
Length
8 <= length <= 200Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/api/v1/client/browser/workflow-versions/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "definition": { "steps": [ { "type": "navigate", "url": "string" } ] }, "output_schema": { "type": "object", "properties": { "property1": { "type": "string" }, "property2": { "type": "string" } } }, "revision": 1 }'Empty