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 an organization’s profile and settings.

PATCH /orgs/:id

Path Parameters

ParameterTypeRequiredDescription
idstringYesThe unique ID or alias of the organization.

Request Body

ParameterTypeRequiredDescription
namestringNoFull name of the organization.
descriptionstringNoDescription of the organization.
urlstringNoWebsite URL.
visibilitystringNopublic or private.
tagsarrayNoList of string tags.

Response

Returns an empty JSON object upon success.

Example

{
  "description": "Building the future of blobs.",
  "visibility": "public"
}