Orgs and teams/Update a team
PUT {{portal-host-port}}/portal-api/organisations/1/teams/4
Request Body
{"Name"=>"Test team 4", "Users"=>[3]}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string | ||
| Accept | string | ||
| Content-Type | string | 
RESPONSES
status: OK
{"CreatedAt":"2023-08-03 09:10","ID":4,"Name":"Test team 4","UpdatedAt":"2023-08-03 09:13","Users":["User#3"]}