POST /revisions/:id/data (Command: upload_session_object)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Must be workflow_blobhub. |
command | string | Yes | Must be upload_session_object. |
session_id | string | Yes | The ID of the session. |
alias | string | Yes | Unique alias for the object. |
value | object | Yes | The JSON object to store. |

