-
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
chore: Fix actor DTO summaries #1997
Conversation
📝 WalkthroughWalkthroughThis pull request updates the documentation for actor properties across multiple components. The JSON schema in the Swagger file and the XML comments in the ActorDto classes and a Web API client interface have been revised to offer clearer and more precise descriptions for Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (4)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (15)
✨ Finishing Touches
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.57.3](v1.57.2...v1.57.3) (2025-03-05) ### Miscellaneous Chores * **deps:** update dependency bogus to 35.6.2 ([#2004](#2004)) ([1161c9f](1161c9f)) * **deps:** update dependency htmlagilitypack to 1.11.73 ([#2005](#2005)) ([78a89fb](78a89fb)) * **deps:** update npgsql dependencies to 9.0.3 ([#2006](#2006)) ([d7938be](d7938be)) * **deps:** Update vitest to 3.0.7 and esbuild to 0.25.0 ([#2009](#2009)) ([96542a2](96542a2)) * Fix actor DTO summaries ([#1997](#1997)) ([de7b915](de7b915)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
The summaries used on the common ActorDto was referring to transmissions, and including information only relevant for serviceowner POST. Reworded/simplified so that the summaries make sense in any context.