Skip to main content

Create a team

PUT 

/companies/:companyID/teams

Create a team

Request

Body

required

    name stringrequired
    description string

Responses

The created 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...