Rename an organization

PATCH /admin/organizations/:org

Parameters

Name Type Description
login string Required. The organization's new name.

Example

{
  "login": "the-new-octocats"
}

Response

Status: 202 Accepted
{
  "message": "Job queued to rename organization. It may take a few minutes to complete.",
  "url": "https://<hostname>/api/v3/organizations/1"
}