Skip to main content

Update Team

PUT 

/organizations/:organizationId/teams/:teamId

Update team for organization

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    teamId stringrequired

    The ID of team

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
    updatedAtDateString stringrequired
    updatedAt required
Loading...