Update Developer Workflow
Update workflow metadata or an existing draft; published graphs are immutable.
PATCH
/developer/v1/workflows/{definition_id}Authorizations
Authorizationstringheaderrequired
Send your GenHealth credential as Bearer <YOUR_API_KEY>. This endpoint requires workflow:write for the authenticated organization. When body.status is set, workflow:publish is also required.
Headers
Acceptstringheader
Response media type. Use application/json for the current API.
Parameters
definition_idrequiredRequest body
Send an application/json request body. This body is required.
WorkflowDeveloperDefinitionUpdate
namestring | nulldescriptionstring | nullstatusstring | nullnodesarray<WorkflowNodeSchema> | nulledgesarray<WorkflowEdgeSchema> | nulltriggerobject<string, any> | nullconfigobject<string, any> | nullroutestring | nullResponses
WorkflowDefinitionResponse
idstringorg_idstringnamestringdescriptionstring | nullstatusstringnodesarray<WorkflowNodeSchema>edgesarray<WorkflowEdgeSchema>triggerobject<string, any> | nullHTTPValidationError
detailarray<ValidationError>