Update a team

PATCH {{baseUrl}}/api/v2/team/:team_id

Update a team using the team's id. If the team_links relationship is present, the associated links are updated to be in the order they appear in the array, and any existing team links not present are removed.

Request Body

{"data"=>{"attributes"=>{"handle"=>"example-team", "name"=>"Example Team", "avatar"=>"🥑", "banner"=>-58393442, "color"=>6, "description"=>"nulla Excepteur co", "hidden_modules"=>["dolor amet", "aute Ut velit"], "visible_modules"=>["mollit non fugiat eiusmod", "Ut irure"]}, "type"=>"team", "relationships"=>{"team_links"=>{"data"=>[{"id"=>"f9bb8444-af7f-11ec-ac2c-da7ad0900001", "type"=>"team_links"}, {"id"=>"f9bb8444-af7f-11ec-ac2c-da7ad0900001", "type"=>"team_links"}], "links"=>{"related"=>"/api/v2/team/c75a4a8e-20c7-11ee-a3a5-da7ad0900002/links"}}}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"data":{"attributes":{"handle":"example-team","name":"Example Team","avatar":"🥑","banner":98306089,"created_at":"1950-07-06T08:22:24.965Z","description":"Excepteur proident exercitation laborum","hidden_modules":["eu enim Duis incididunt","do fugiat"],"link_count":1103085133,"modified_at":"1993-10-15T19:34:32.144Z","summary":"ad dolor","user_count":225486167,"visible_modules":["culpa aliquip ut Excepteur veniam","ipsum fugiat"]},"id":"aeadc05e-98a8-11ec-ac2c-da7ad0900001","type":"team","relationships":{"team_links":{"data":[{"id":"f9bb8444-af7f-11ec-ac2c-da7ad0900001","type":"team_links"},{"id":"f9bb8444-af7f-11ec-ac2c-da7ad0900001","type":"team_links"}],"links":{"related":"/api/v2/team/c75a4a8e-20c7-11ee-a3a5-da7ad0900002/links"}},"user_team_permissions":{"data":{"id":"UserTeamPermissions-aeadc05e-98a8-11ec-ac2c-da7ad0900001-416595","type":"user_team_permissions"},"links":{"related":"/api/v2/team/c75a4a8e-20c7-11ee-a3a5-da7ad0900002/links"}}}}}