Skip to content
Snippets Groups Projects
Verified Commit d979f35b authored by Evan Read's avatar Evan Read Committed by GitLab
Browse files

Split project webhooks API docs from main projects API docs

parent f4583074
No related branches found
No related tags found
1 merge request!165136Split project webhooks API docs from main projects API docs
......@@ -10,8 +10,8 @@ DETAILS:
**Tier:** Premium, Ultimate
**Offering:** GitLab.com, Self-managed, GitLab Dedicated
Interact with [webhooks](../user/project/integrations/webhooks.md) at the group level by using the REST API. Also called group hooks.
These are different from [system hooks](system_hooks.md) that are system wide and [project hooks](projects.md#hooks) that are limited to one project.
Interact with group [webhooks](../user/project/integrations/webhooks.md) by using the REST API. Also called group hooks.
These are different from [system hooks](system_hooks.md) that are system wide and [project webhooks](project_webhooks.md) that are limited to one project.
Prerequisites:
......
This diff is collapsed.
This diff is collapsed.
......@@ -225,7 +225,7 @@ To inspect the request and response details of a webhook event:
To send the request again with the same data and the same [`Idempotency-Key` header](#delivery-headers)), select **Resend Request**.
If the webhook URL has changed, you cannot resend the request.
For programmatic resends, please refer to our [API documentation](../../../api/projects.md#resend-project-hook-event).
For resending programmatically, refer to our [API documentation](../../../api/project_webhooks.md#resend-a-project-webhook-event).
## Webhook receiver requirements
......@@ -546,8 +546,8 @@ when webhooks are sent synchronously from Rails nodes, including when:
## Related topics
- [Webhook events and webhook JSON payloads](webhook_events.md)
- [Project hooks API](../../../api/projects.md#hooks)
- [Group hooks API](../../../api/group_webhooks.md)
- [Project webhooks API](../../../api/project_webhooks.md)
- [Group webhooks API](../../../api/group_webhooks.md)
- [System hooks API](../../../api/system_hooks.md)
## Troubleshooting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment