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. |

