Closed
Description
All the endpoint which return teams like GET /taas-teams
and GET /taas-teams/{teamId}
should also return 2 more fields:
invites
members
These fields should come from the project object which we get from Projects API
. If they are not returned by default from Projects API, then when getting data from Projects API we would need to explicitly define the list of fields like https://api.topcoder-dev.com/v5/projects/?fields=id,name,description,members,invites,status,type,actualPrice,estimatedPrice,createdAt,updatedAt,createdBy,updatedBy,details,lastActivityAt,lastActivityUserId,version,templateId&sort=lastActivityAt+desc&perPage=20&page=1
.
- Update swagger file.