Remove non-existant routes#44093
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis PR updates the API endpoint registry file by removing three endpoint declarations: Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| display_name: "Get macOS settings statistics" | ||
| deprecated: true | ||
| - method: "GET" | ||
| path: "/api/v1/fleet/configuration_profile/:profile_uuid/status" |
There was a problem hiding this comment.
Isn't it /api/_version_/fleet/configuration_profiles/{profile_uuid}/status?
There was a problem hiding this comment.
Good catch - let me fix that
Removes some invalid routes that were discovered in #44093
Fixes invalid routes introduced in #44060
Summary by CodeRabbit