Remove hardcoded links from GHEC docs to FPT GraphQL docs (#28973)
This commit is contained in:
@@ -399,7 +399,7 @@ Key | Type | Description
|
||||
|
||||
{% data reusables.webhooks.discussions-webhooks-beta %}
|
||||
|
||||
Activity related to a discussion. For more information, see the "[Using the GraphQL API for discussions]({% ifversion ghec %}/free-pro-team@latest{% endif %}/graphql/guides/using-the-graphql-api-for-discussions)."
|
||||
Activity related to a discussion. For more information, see the "[Using the GraphQL API for discussions](/graphql/guides/using-the-graphql-api-for-discussions)."
|
||||
### Availability
|
||||
|
||||
- Repository webhooks
|
||||
@@ -424,7 +424,7 @@ Key | Type | Description
|
||||
|
||||
{% data reusables.webhooks.discussions-webhooks-beta %}
|
||||
|
||||
Activity related to a comment in a discussion. For more information, see "[Using the GraphQL API for discussions]({% ifversion ghec %}/free-pro-team@latest{% endif %}/graphql/guides/using-the-graphql-api-for-discussions)."
|
||||
Activity related to a comment in a discussion. For more information, see "[Using the GraphQL API for discussions](/graphql/guides/using-the-graphql-api-for-discussions)."
|
||||
|
||||
### Availability
|
||||
|
||||
@@ -437,7 +437,7 @@ Activity related to a comment in a discussion. For more information, see "[Using
|
||||
Key | Type | Description
|
||||
----|------|-------------
|
||||
`action` |`string` | The action performed. Can be `created`, `edited`, or `deleted`.
|
||||
`comment` | `object` | The [`discussion comment`]({% ifversion ghec %}/free-pro-team@latest{% endif %}/graphql/guides/using-the-graphql-api-for-discussions#discussioncomment) resource.
|
||||
`comment` | `object` | The [`discussion comment`](/graphql/guides/using-the-graphql-api-for-discussions#discussioncomment) resource.
|
||||
{% data reusables.webhooks.discussion_desc %}
|
||||
{% data reusables.webhooks.repo_desc_graphql %}
|
||||
{% data reusables.webhooks.org_desc_graphql %}
|
||||
|
||||
Reference in New Issue
Block a user