-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(webapi): Add missing 404 status code in activity list swagger schema #1924
fix(webapi): Add missing 404 status code in activity list swagger schema #1924
Conversation
📝 WalkthroughWalkthroughThis pull request improves error handling and documentation in the Dialogporten API. The changes update the OpenAPI specification to introduce structured 404 responses for missing dialogs or activities. Modifications include a simplified error message constant, enhanced endpoint configurations with explicit response type declarations, and additions to the client interface for managing non-sensitive title and summary data. Overall, the changes ensure consistency and clarity in error responses across both API documentation and client interfaces. Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (7)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
🤖 I have created a release *beep* *boop* --- ## [1.55.0](v1.54.0...v1.55.0) (2025-02-20) ### Features * **webapi:** Add flag for disabling SystemLabel reset ([#1921](#1921)) ([a5689f2](a5689f2)) ### Bug Fixes * **webapi:** Add missing 404 status code in activity list swagger schema ([#1924](#1924)) ([8f382cd](8f382cd)) * **webapi:** Add missing status codes in swagger docs for transmissions endpoints ([#1926](#1926)) ([2458d6a](2458d6a)) ### Miscellaneous Chores * **ci:** Releasing NuGet depends on app-deploy ([#1920](#1920)) ([37f9990](37f9990)) * **ci:** Use correct project path for NuGet publishing ([#1925](#1925)) ([7507187](7507187)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
No description provided.