PATCH /blobs/:org_id/:blob_id
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. |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
visibility | string | No | public or private. |
name | string | No | Display name of the blob. |
description | string | No | Description of the blob. |
url | string | No | External URL. |
tags | array | No | List of string tags. |

