Conversation
The API path was accidentally edited as part of a /v3 purge
|
|
Caution Review failedThe pull request is closed. WalkthroughThe OpenAPI specification in docs/v3-openapi.yaml updates the path for the run retrieval endpoint from /api/runs/{runId} to /api/v3/runs/{runId}. The endpoint’s parameters, HTTP method (GET), and operation details remain unchanged. This is a versioned namespace adjustment to the path key only. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests
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 |
The API path was accidentally edited as part of a /v3 purge