Skip to main content
POST
Activate or pause workflow

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/token endpoint. Token is verified using JWKS and must include a valid user identifier.

Path Parameters

projectId
string<uuid>
required
workflowId
string
required
Minimum string length: 1

Body

application/json
isActive
boolean
required
expectedRevision
string
required
Required string length: 1 - 128

Response

Success

workflow
object
required