PATCH /admin/organizations/:org
| Name | Type | Description |
|---|---|---|
login |
string |
Required. The organization's new name. |
{
"login": "the-new-octocats"
}
Status: 202 Accepted
{
"message": "Job queued to rename organization. It may take a few minutes to complete.",
"url": "https://<hostname>/api/v3/organizations/1"
}