Skip to main content
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"]
}