-
Notifications
You must be signed in to change notification settings - Fork 52
[$40] Update resources API to return all roles when searching for your own member ID #240
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
Comments
@ThomasKranitsas I guess this issue is at wrong repo. This repo is challenge-api This should be at resources-api, right? |
@cagdas001 this is the repo we're using to keep track of the work we're doing on the APIs. I'm working on this issue and will provide a solution ASAP |
Yeah @cagdas001 , we're paying out issues on the APIs from this repo. Thomas will tag the PR/commit here when it's complete, we'll test, deploy, then update the community app issue. |
@rootelement fixed in the following commits: |
Contest https://www.topcoder.com/challenges/30135489 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30135489 has been updated - it has been assigned to thomaskranitsas. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30135489 |
Ref topcoder-platform/community-app#4672
When calling
GET /resources
, the API should return all roles for the caller's ID if the caller is not an admin/M2M.cc @rootelement
The text was updated successfully, but these errors were encountered: