-
-
Notifications
You must be signed in to change notification settings - Fork 124
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(cli): Workspace membership API client payload fixed (#614) #648
base: develop
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
4b50f11
to
4e8ee18
Compare
Definitely, the issue is with the I also created the invitation via the CLI. Don't forget to rebuild the |
As for running It requires the Could you give me guidance, please? |
User description
Description
Fixed the
WorkspaceMembershipController
API client to include only themembers
in the payload of theinviteUsers
method.Fixes #614
Screenshots of relevant screens
Developer's checklist
If changes are made in the code:
Documentation Update
PR Type
Bug fix
Description
Fixed the payload for the
inviteUsers
method inWorkspaceMembershipController
.Ensured only
members
are included in the API request payload.Addressed the issue causing API call failures during user invitations.
Changes walkthrough 📝
workspace-membership.ts
Corrected payload structure for `inviteUsers` method
packages/api-client/src/controllers/workspace-membership.ts
inviteUsers
method to send onlymembers
in the payload.