POST /revisions/:id/data (Command: create_definition)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Must be workflow_blobhub. |
command | string | Yes | Must be create_definition. |
alias | string | Yes | Unique alias for the definition (6-32 chars). |
category | string | Yes | workflow or playground. |
Response
| Parameter | Type | Description |
|---|---|---|
definition | object | The created definition object. |

