Github API - Test Config

mutation updateOrganizationWebCommitSignoffSetting
orgs

Sets whether contributors are required to sign off on web-based commits for repositories in an organization.

Arguments
input UpdateOrganizationWebCommitSignoffSettingInput

UpdateOrganizationWebCommitSignoffSettingInput [input]

Autogenerated input type of UpdateOrganizationWebCommitSignoffSetting

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

organizationId ID

The ID of the organization on which to set the web commit signoff setting.

webCommitSignoffRequired Boolean

Enable signoff on web-based commits for repositories in the organization?

API:
Github GraphQL API

Parameters for UpdateOrganizationWebCommitSignoffSetting

Returns
UpdateOrganizationWebCommitSignoffSettingPayload

UpdateOrganizationWebCommitSignoffSettingPayload [object]

Autogenerated return type of UpdateOrganizationWebCommitSignoffSetting

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

message String

A message confirming the result of updating the web commit signoff setting.

organization Organization

The organization with the updated web commit signoff setting.

API:
Github GraphQL API
API:
Github GraphQL API