Create an alias
POST/workflows/definitions/:id/aliases
Creates an alias pointing at an existing revision. latest is reserved. Creating an alias does not activate its triggers; call the activate endpoint for that.
Request
Responses
- 201
- 4XX
- 5XX
The alias was created.
Client error. The body says what went wrong: an error type, a human-readable detail, and, on validation failures, one entry per offending field.
Unexpected server error.