-
Notifications
You must be signed in to change notification settings - Fork 593
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
Fixes update seats with wrong body: expected array, sent single object #1480
Conversation
changelog detected ✅ |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1480 +/- ##
==========================================
+ Coverage 48.33% 53.61% +5.27%
==========================================
Files 133 156 +23
Lines 13023 11922 -1101
==========================================
+ Hits 6295 6392 +97
+ Misses 5201 3675 -1526
- Partials 1527 1855 +328 ☔ View full report in Codecov by Sentry. |
This was done to abide by convention
This functionality has been released in v0.87.0. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
The expected body is an array. Thus I fixes the body in the existing method, and added a method for multiple UserSeeats.
I can also remove the new method, and make the existing one take a list.
83c7769 fixes #1479
Has your change been tested?
Yes. I made requests using this, and wrote tests to cover it.
Types of changes
What sort of change does your code introduce/modify?
Checklist:
and relies on stable APIs.