Skip to main content

Create Team

POST 

/organizations/:organizationId/teams

Create team for organization

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

Body

required
    name stringrequired

    The name of team.

    description stringrequired

    The description of team.

    image string

    The image file name of team.

Responses

Schema
    data objectrequired

    Data of the team.

    id stringrequired
    organizationId stringrequired
    name stringrequired
    description stringrequired
    createdAtDateString stringrequired
    createdAt numberrequired
Loading...