Frontend (Signing Key JWT)User Workflows
Update an existing workflow
Update an existing workflow.
Authorization
jwtBearerAuth AuthorizationBearer <token>
In: header
Path Parameters
workflowUuid*string
The workflow reference of the workflow to delete.
Header Parameters
X-Environment?string
The environment.
Value in
- "DEVELOPMENT"
- "STAGING"
- "PRODUCTION"
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PUT "https://example.com/automation/workflows/string" \ -H "Content-Type: application/json" \ -d '{}'Empty
How is this guide?