umami-api-js
    Preparing search index...

    Function post_TEAMID

    • post_TEAMID(
          this: API,
          teamId: string,
          parameters: { accessCode?: string; name?: string },
      ): Promise<Team>

      Parameters

      • this: API
      • teamId: string
      • parameters: { accessCode?: string; name?: string }
        • OptionalaccessCode?: string

          The team's access code

        • Optionalname?: string

          The team's name

      Returns Promise<Team>