Skip to main content
PATCH
/
api
/
v1
/
workflows
/
definitions
/
{definitionId}
cURL
curl -sS -X PATCH "$FLUIDE_BASE_URL/api/v1/workflows/definitions/string" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Path Parameters

definitionId
string
required

definitionId identifier

Body

application/json
steps
object

Response

Update Definition

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload