Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/teams.ts>Teams#update

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Teams.prototype.update
import { Teams } from "https://deno.land/x/appwrite@6.0.0-RC1/src/services/teams.ts";

Update Team

Update a team using its ID. Only members with the owner role can update the team.

Parameters

teamId: string
name: string

Returns

Promise<Models.Team>