feat: add operationIds to the openAPI spec#47
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s OpenAPI specification (SYN-72) to include explicit operationId values for the managed-room endpoints, improving client generation and API operation addressing.
Changes:
- Added
operationId: createManagedRoomto the create-room endpoint. - Added
operationId: listManagedRoomsto the list-rooms endpoint. - Added
operationId: updateManagedRoomGroupsto the update-groups endpoint.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #47 +/- ##
=======================================
Coverage 93.27% 93.27%
=======================================
Files 10 10
Lines 877 877
Branches 131 131
=======================================
Hits 818 818
Misses 34 34
Partials 25 25 Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
jason-famedly
left a comment
There was a problem hiding this comment.
Seems legit, and harmless if it's not. LGTM
SYN-72