Github API - Test Config

mutation updateEnterpriseMembersCanCreateRepositoriesSetting
repos

Sets the members can create repositories setting for an enterprise.

Arguments
input UpdateEnterpriseMembersCanCreateRepositoriesSettingInput

UpdateEnterpriseMembersCanCreateRepositoriesSettingInput [input]

Autogenerated input type of UpdateEnterpriseMembersCanCreateRepositoriesSetting

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterpriseId ID

The ID of the enterprise on which to set the members can create repositories setting.

membersCanCreateInternalRepositories Boolean

Allow members to create internal repositories. Defaults to current value.

membersCanCreatePrivateRepositories Boolean

Allow members to create private repositories. Defaults to current value.

membersCanCreatePublicRepositories Boolean

Allow members to create public repositories. Defaults to current value.

membersCanCreateRepositoriesPolicyEnabled Boolean

When false, allow member organizations to set their own repository creation member privileges.

Value for the members can create repositories setting on the enterprise. This
or the granular public/private/internal allowed fields (but not both) must be provided.

API:
Github GraphQL API

Parameters for UpdateEnterpriseMembersCanCreateRepositoriesSetting

Returns
UpdateEnterpriseMembersCanCreateRepositoriesSettingPayload

UpdateEnterpriseMembersCanCreateRepositoriesSettingPayload [object]

Autogenerated return type of UpdateEnterpriseMembersCanCreateRepositoriesSetting

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterprise Enterprise

The enterprise with the updated members can create repositories setting.

message String

A message confirming the result of updating the members can create repositories setting.

API:
Github GraphQL API
API:
Github GraphQL API