Skip to main content

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.

Update a blob’s profile and settings.

PATCH /blobs/:org_id/:blob_id

Path Parameters

ParameterTypeRequiredDescription
org_idstringYesThe unique ID of the organization.
blob_idstringYesThe unique ID of the blob.

Request Body

ParameterTypeRequiredDescription
visibilitystringNopublic or private.
namestringNoDisplay name of the blob.
descriptionstringNoDescription of the blob.
urlstringNoExternal URL.
tagsarrayNoList of string tags.

Response

Returns an empty JSON object upon success.

Example

{
  "description": "Updated description",
  "tags": ["latest", "production"]
}