Github API - Test Config

mutation updateIpAllowListEntry

Updates an IP allow list entry.

Arguments
input UpdateIpAllowListEntryInput

UpdateIpAllowListEntryInput [input]

Autogenerated input type of UpdateIpAllowListEntry

Attributes
allowListValue String

An IP address or range of addresses in CIDR notation.

clientMutationId String

A unique identifier for the client performing the mutation.

ipAllowListEntryId ID

The ID of the IP allow list entry to update.

isActive Boolean

Whether the IP allow list entry is active when an IP allow list is enabled.

name String

An optional name for the IP allow list entry.

API:
Github GraphQL API

Parameters for UpdateIpAllowListEntry

Returns
UpdateIpAllowListEntryPayload

UpdateIpAllowListEntryPayload [object]

Autogenerated return type of UpdateIpAllowListEntry

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

ipAllowListEntry IpAllowListEntry

The IP allow list entry that was updated.

API:
Github GraphQL API
API:
Github GraphQL API