feat: Add OpenAPI Support to oauth-apps.update API#36585
feat: Add OpenAPI Support to oauth-apps.update API#36585ggazzo merged 14 commits intoRocketChat:developfrom
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
🦋 Changeset detectedLatest commit: 671718b The changes in this PR will be included in the next version bump. This PR includes changesets to release 39 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
done |
|
if the tests pass please make the pr ready for review |
|
@ggazzo done this one |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #36585 +/- ##
===========================================
- Coverage 65.67% 62.72% -2.95%
===========================================
Files 3195 2876 -319
Lines 106749 101630 -5119
Branches 20317 19114 -1203
===========================================
- Hits 70111 63752 -6359
- Misses 33996 35702 +1706
+ Partials 2642 2176 -466
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
thanks |
https://rocketchat.atlassian.net/browse/ARCH-1734
Description:
This PR integrates OpenAPI support into the
Rocket.Chat API, migrate ofRocket.Chat APIendpoints to the new OpenAPI pattern. The update includes improved API documentation, enhanced type safety, and response validation using AJV.Key Changes:
Issue Reference:
Relates to #34983, part of the ongoing OpenAPI integration effort.
Testing:
Verified that the API response schemas are correctly documented in Swagger UI.
All tests passed without any breaking changes
Endpoints:
Update OAuth App
Looking forward to your feedback! 🚀