Github API - Test Config

mutation acceptTopicSuggestion

Applies a suggested topic to the repository.

Arguments
input AcceptTopicSuggestionInput

AcceptTopicSuggestionInput [input]

Autogenerated input type of AcceptTopicSuggestion

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

name String

The name of the suggested topic.

Upcoming Change on 2024-04-01 UTC
Description: name will be removed.
Reason: Suggested topics are no longer supported

repositoryId ID

The Node ID of the repository.

Upcoming Change on 2024-04-01 UTC
Description: repositoryId will be removed.
Reason: Suggested topics are no longer supported

API:
Github GraphQL API

Parameters for AcceptTopicSuggestion

Returns
AcceptTopicSuggestionPayload

AcceptTopicSuggestionPayload [object]

Autogenerated return type of AcceptTopicSuggestion

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

topic Topic

The accepted topic.

Deprecated: Suggested topics are no longer supported Removal on 2024-04-01 UTC.
API:
Github GraphQL API
API:
Github GraphQL API