Merged
Conversation
- Created api-reference/webhooks.mdx using the shared webhooks snippet - Added webhooks page to the 'Using the API' group in docs.json - Addresses feedback that webhook info should be in API reference section Co-authored-by: Peng Ying <pengying@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
- Added bell.svg icon to match other api-reference pages - Added og:image for consistent social sharing Co-authored-by: Peng Ying <pengying@users.noreply.github.com>
Contributor
Greptile OverviewGreptile SummaryAdded webhooks documentation to the API Reference tab to improve accessibility and consistency across the documentation. Key changes:
Implementation notes:
Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| mintlify/api-reference/webhooks.mdx | New webhooks documentation page added to API Reference tab, following consistent pattern with other use-case tabs by importing shared webhook snippet |
| mintlify/docs.json | Added api-reference/webhooks to the API Reference tab navigation under "Using the API" group, positioned after authentication |
Last reviewed commit: feede52
jklein24
approved these changes
Feb 13, 2026
Merged
AaryamanBhute
pushed a commit
that referenced
this pull request
Feb 13, 2026
Add webhooks documentation to the API Reference tab to improve accessibility and consistency. This change addresses feedback that webhook information should be more accessible within the API reference section, aligning it with other key API topics. --- [Slack Thread](https://lightsparkgroup.slack.com/archives/C09H6AEERDF/p1770403148012139?thread_ts=1770403148.012139&cid=C09H6AEERDF) <p><a href="https://cursor.com/background-agent?bcId=bc-b914b4e9-fbdf-5440-945f-fd0911acc782"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a> <a href="https://cursor.com/agents?id=bc-b914b4e9-fbdf-5440-945f-fd0911acc782"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a></p> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Peng Ying <pengying@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add webhooks documentation to the API Reference tab to improve accessibility and consistency.
This change addresses feedback that webhook information should be more accessible within the API reference section, aligning it with other key API topics.
Slack Thread