-
Notifications
You must be signed in to change notification settings - Fork 626
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
Add devportal rest api changes for API Chat feature #12347
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12347 +/- ##
============================================
+ Coverage 47.47% 47.48% +0.01%
- Complexity 4147 4188 +41
============================================
Files 1840 1851 +11
Lines 136468 136988 +520
Branches 19753 19812 +59
============================================
+ Hits 64786 65054 +268
- Misses 64037 64268 +231
- Partials 7645 7666 +21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Purpose
Add devportal REST API changes needed for API Chat feature.
Approach
We have introduced two resources to handle the API Chat testing capabilities:
The following configuration is added to the
deployment.toml
to handle feature enablement and configuring.Related PRs