You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Refer to skills picker code for details(it has add only implementation, edit is not implemented here)
Edit API
There is no update endpoint for in these APIs, use DELETE endpoint for unsubscribe user
For memberCerts/registrations API, use DELETE https://api.topcoder-dev.com/v3/memberCert/registrations/{userId}/programs/{programId}/ DELETE is not working currently, issue is open
For groups API, use DELETE https://api.topcoder-dev.com/v3/groups/{programId}/members/{membershipId}/
use "id" as "membershipId" from GET response
Activity
sushilshinde commentedon Nov 1, 2017
API Details
Refer to skills picker code for details(it has add only implementation, edit is not implemented here)
Edit API
There is no update endpoint for in these APIs, use DELETE endpoint for unsubscribe user
For memberCerts/registrations API, use
DELETE https://api.topcoder-dev.com/v3/memberCert/registrations/{userId}/programs/{programId}/
DELETE is not working currently, issue is open
For groups API, use
DELETE https://api.topcoder-dev.com/v3/groups/{programId}/members/{membershipId}/
use "id" as "membershipId" from GET response