Skip to main content

Team update

PATCH 

/companies/:companyID/teams/:teamName

Team update

Request

Path Parameters

    teamName stringrequired

Body

required

    name stringrequired
    description string

Responses

The updated team

Schema

    name stringrequired

    The name of the team

    description stringnullablerequired

    The description of the team

    companyId uuidrequired

    The ID of the company the team belongs to

    created stringrequired

    The creation date of the team

    updated stringrequired

    The last update date of the team

Loading...