Activate a workflow
POST /v1/workflows/:id/activate — Set the workflow's `active` flag to true (eligible for triggers).
POST /v1/workflows/:id/activate
Set the workflow's active flag to true (eligible for triggers).
| Method | POST |
| Path | /v1/workflows/:id/activate |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | workflows |