Update an organization’s profile and settings.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.
PATCH /orgs/:id
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The unique ID or alias of the organization. |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | No | Full name of the organization. |
description | string | No | Description of the organization. |
url | string | No | Website URL. |
visibility | string | No | public or private. |
tags | array | No | List of string tags. |

