-
Notifications
You must be signed in to change notification settings - Fork 141
Correct diagnostic API routes leading underscore #7988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Redocly previews |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR corrects the diagnostic API route paths to include a leading underscore, aligning them with Sync Gateway's API design conventions and the actual implementation.
Changes:
- Updated three diagnostic API endpoint paths to include leading underscores
- Improved documentation descriptions for the sync function and import filter endpoints
- Minor formatting corrections in markdown tables
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/api/diagnostic.yaml | Updated three diagnostic endpoint paths to include leading underscores: /_sync, /_import_filter, and /_all_channels |
| docs/api/paths/diagnostic/keyspace-sync.yaml | Improved summary and description for the sync function dry-run endpoint |
| docs/api/paths/diagnostic/keyspace-import_filter.yaml | Improved summary and description for the import filter dry-run endpoint, plus table formatting fix |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
RIT3shSapata
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Ensures the diagnostic paths have a leading underscore (matching the implementation and general SG API design)
Integration Tests