Edit an organization
PATCH
/orgs/{org}
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” org
required
string
Name of the organization to edit
Request Body
Section titled “ Request Body ” Media type application/json
EditOrgOption options for editing an organization
object
description
string
email
string
full_name
string
location
string
repo_admin_change_team_access
boolean
visibility
Possible values are public, limited or private
string
website
string
Responses
Section titled “ Responses ”Organization
Media type application/json
Organization represents an organization
object
avatar_url
string
created
string format: date-time
description
string
email
string
full_name
string
id
integer format: int64
location
string
name
string
repo_admin_change_team_access
boolean
username
Deprecated
string
visibility
string
website
string
Example generated
{ "avatar_url": "example", "created": "2026-04-15T12:00:00Z", "description": "example", "email": "example", "full_name": "example", "id": 1, "location": "example", "name": "example", "repo_admin_change_team_access": true, "username": "example", "visibility": "example", "website": "example"}APINotFound is a not found error response
Media type application/json
object
errors
Array<string>
message
string
url
string
Example generated
{ "errors": [ "example" ], "message": "example", "url": "example"}APIError is error format response
Media type application/json
APIError is an api error with a message
object
message
string
url
string
Example generated
{ "message": "example", "url": "example"}