Update a project's members list
PUT {{baseUrl}}/projects/:owner/:projectId/members
When updating a project, the members list replaces the existing one. This means that to add new members to a project, you need to send the members list containing both the existing and new members.
Request Body
{"members"=>[{"name"=>"alex", "type"=>"USER"}, {"name"=>"core-developers", "type"=>"TEAM"}]}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
Content-Type | string | 
RESPONSES
status: OK
""