Github API - Test Config

mutation updateEnterpriseAllowPrivateRepositoryForkingSetting
repos

Sets whether private repository forks are enabled for an enterprise.

Arguments
input UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput

UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput [input]

Autogenerated input type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterpriseId ID

The ID of the enterprise on which to set the allow private repository forking setting.

The value for the allow private repository forking policy on the enterprise.

The value for the allow private repository forking setting on the enterprise.

API:
Github GraphQL API

Parameters for UpdateEnterpriseAllowPrivateRepositoryForkingSetting

Returns
UpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload

UpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload [object]

Autogenerated return type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterprise Enterprise

The enterprise with the updated allow private repository forking setting.

message String

A message confirming the result of updating the allow private repository forking setting.

API:
Github GraphQL API
API:
Github GraphQL API