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

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring
Content-Typestring

RESPONSES

status: OK

{"CreatedAt":"2023-08-03 09:10","ID":4,"Name":"Test team 4","UpdatedAt":"2023-08-03 09:13","Users":["User#3"]}