Github API - Test Config

mutation updateEnterpriseMembersCanUpdateProtectedBranchesSetting

Sets the members can update protected branches setting for an enterprise.

Arguments
input UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput

UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput [input]

Autogenerated input type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting

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 update protected branches setting.

The value for the members can update protected branches setting on the enterprise.

API:
Github GraphQL API

Parameters for UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting

Returns
UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload

UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload [object]

Autogenerated return type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterprise Enterprise

The enterprise with the updated members can update protected branches setting.

message String

A message confirming the result of updating the members can update protected branches setting.

API:
Github GraphQL API
API:
Github GraphQL API