-
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 status codes in swagger docs for transmissions endpoints #1926
fix(webapi): Add missing status codes in swagger docs for transmissions endpoints #1926
Conversation
📝 WalkthroughWalkthroughThis pull request updates API documentation and implementation for dialog transmission endpoints. Changes include adding and refining response codes (404 and 410) with clearer descriptions for both enduser and service owner endpoints. Additionally, constant strings and client interface documentation have been streamlined to reflect these modifications. The updates span the OpenAPI specification file, endpoint implementation files, and associated summary files, ensuring consistent error handling messaging across the API. Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (7)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (4)
🔇 Additional comments (8)
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.