Upload an object to the session storage.Documentation Index
Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt
Use this file to discover all available pages before exploring further.
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. |
Response
Returns an empty JSON object upon success.Whenvalue.typeis"thread", this command creates or updates the thread envelope only. Items are appended viapost_session_thread_item. Deleting the envelope cascades and removes all items.

