Update a team for an organisation

PUT {{baseUrl}}/organisations/:organisation_id/teams/:team_id

Update a team for an organisation by adding or removing users, or changing the name of the team

Request Body

{"Name"=>"<string>", "Users"=>["<integer>", "<integer>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;Name&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;CreatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;UpdatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;Users&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}