curl --request POST \
--url https://app.enzo.health/api/v1/workflows/{workflowId}/publish \
--header 'Authorization: Bearer <token>'
{
"message": "success"
}
curl --request POST \
--url https://app.enzo.health/api/v1/workflows/{workflowId}/publish \
--header 'Authorization: Bearer <token>'
{
"message": "success"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.