Skip to main content

Check out Port for yourselfย 

Patch a team

PATCH 

/v1/teams/:name

This route allows you to patch a team's details. This can be used to update the team's name, users, and description.

To learn more about teams, check out the documentation.

Requestโ€‹

Path Parameters

    name stringrequired

    The name of the team you want to patch.

Body

    namestring

    The new name of the team.

    usersstring[]

    One or more e-mail addresses of users to add to the new team. This will override the existing user list.

    descriptionstring

    The new description of the team.

Responsesโ€‹

Updated successfully.

Schema

    okanyrequired

    Possible values: [true]

    team

    object

    required

    idstring
    namestring
    createdAtdate-time
    updatedAtdate-time
    providerstring
    descriptionstring

    users

    object[]

  • Array [

  • emailstring
    firstNamestring
    lastNamestring
    picturestring
    statusstring
  • ]