Github API - Test Config

PATCH /orgs/{org}
orgs

Parameter Deprecation Notice: GitHub will replace and discontinue members_allowed_repository_creation_type in favor of more granular permissions. The new input parameters are members_can_create_public_repositories, members_can_create_private_repositories for all organizations and members_can_create_internal_repositories for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.

Enables an authenticated organization owner with the admin:org scope to update the organization's profile and member privileges.
Update an organization

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json organization-full

organization-full [object]

Organization Full

Attributes
advanced_security_enabled_for_new_repositories boolean

Whether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.

This field is only visible to organization owners or members of a team with the security manager role.

avatar_url string

billing_email string

blog string

collaborators integer

company string

created_at string

default_repository_permission string

dependabot_alerts_enabled_for_new_repositories boolean

Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to
this organization.

This field is only visible to organization owners or members of a team with the security manager role.

dependabot_security_updates_enabled_for_new_repositories boolean

Whether dependabot security updates are automatically enabled for new repositories and repositories transferred
to this organization.

This field is only visible to organization owners or members of a team with the security manager role.

dependency_graph_enabled_for_new_repositories boolean

Whether dependency graph is automatically enabled for new repositories and repositories transferred to this
organization.

This field is only visible to organization owners or members of a team with the security manager role.

description string

disk_usage integer

email string

events_url string

followers integer

following integer

has_organization_projects boolean

has_repository_projects boolean

hooks_url string

html_url string

id integer

is_verified boolean

issues_url string

location string

login string

members_allowed_repository_creation_type string

members_can_create_internal_repositories boolean

members_can_create_pages boolean

members_can_create_private_pages boolean

members_can_create_private_repositories boolean

members_can_create_public_pages boolean

members_can_create_public_repositories boolean

members_can_create_repositories boolean

members_can_fork_private_repositories boolean

members_url string

name string

node_id string

owned_private_repos integer

plan 2043

private_gists integer

public_gists integer

public_members_url string

public_repos integer

repos_url string

secret_scanning_enabled_for_new_repositories boolean

Whether secret scanning is automatically enabled for new repositories and repositories transferred to this
organization.

This field is only visible to organization owners or members of a team with the security manager role.

secret_scanning_push_protection_custom_link string

An optional URL string to display to contributors who are blocked from pushing a secret.

secret_scanning_push_protection_custom_link_enabled boolean

Whether a custom link is shown to contributors who are blocked from pushing a secret by push protection.

secret_scanning_push_protection_enabled_for_new_repositories boolean

Whether secret scanning push protection is automatically enabled for new repositories and repositories
transferred to this organization.

This field is only visible to organization owners or members of a team with the security manager role.

total_private_repos integer

twitter_username string

two_factor_requirement_enabled boolean

type string

updated_at string

url string

web_commit_signoff_required boolean

API:
Github Open API
(version: 1.1.4)
409 conflict

conflict [scalar]

Conflict

API:
Github Open API
(version: 1.1.4)
422 application/json unknown
API:
Github Open API
(version: 1.1.4)