POST /blobs/:org_id/:blob_id/metadata/:alias
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
org_id | string | Yes | The unique ID of the organization. |
blob_id | string | Yes | The unique ID of the blob. |
alias | string | Yes | The alias for the new metadata item. |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
value | string | No | Arbitrary string value. |
data | object | No | Arbitrary JSON object. |
Response
| Parameter | Type | Description |
|---|---|---|
item_id | string | The unique ID of the created item. |

