-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix(users): Fix list project members API endpoint for enterprise. #158
fix(users): Fix list project members API endpoint for enterprise. #158
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dpaskov thank you for the contribution!
I wonder if Python supports such method overloading?
I've made some fixes to the CI/CD workflows, could you please rebase the branch? |
For the enterprise endpoint the API accepts workflowStepId instead of role.
6937b6f
to
218b202
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #158 +/- ##
==========================================
- Coverage 99.18% 99.16% -0.01%
==========================================
Files 160 160
Lines 5819 5832 +13
Branches 791 795 +4
==========================================
+ Hits 5771 5783 +12
Misses 34 34
- Partials 14 15 +1 ☔ View full report in Codecov by Sentry. |
Hey @andrii-bodnar, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dpaskov thank you!
@andrii-bodnar No problem at all. |
For the enterprise endpoint the API accepts workflowStepId instead of role.