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