-
Notifications
You must be signed in to change notification settings - Fork 17
[DAS 338] - Add user projects api #159
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
base: main
Are you sure you want to change the base?
Conversation
Good catch on the multiple user ids @Arrotech! I missed that when going through the documentation but it is clearly listed in the blog post. Would it make more sense to have the user ids named in a way that matches the functionality & is understandable when looking at the function definition, like adminUserId & projectsUserId, or something like that, instead of userId & userId2? |
Thanks, @tylerwarner33. Currently, the SDKs use the format userId, userId2. We'll get back to you with a comprehensive solution. By the way, thank you for the great work with the PR. |
@Arrotech , @tylerwarner33 , @nishchhaldagar - |
Thanks @sajith-subramanian , we should then do the same for other instances...This is not the only instance where the userId accours atleast twice. There are other endpoints with more than userId parameters. |
@sajith-subramanian I have updated the userId2 to actingUserId |
What does this PR do?
Add user projects API
Branch Name?
DAS-338-add-user-projects-api