Skip to content

API: Update Team entity over API #3172

@baierjan

Description

@baierjan

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"}'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions