- 
                Notifications
    You must be signed in to change notification settings 
- Fork 279
Open
Labels
Description
Description of the enhancement request
Would be nice to have a method to update Team entity over API. Sometimes a display name or public description for a team changes and it would be nice to be able to update it programmatically. I would image a PUT endpoint as already implemented for other entities like for Groups in #2383.
Expected behaviour
curl -X PUT /api/v4/contests/demo/teams/teamid --json '{"id": "teamid", "name": "My team", "public_description": "New description"}'