Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Functions#update

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Functions.prototype.update
Re-export
import { Functions } from "https://deno.land/x/appwrite@4.0.0/mod.ts";

Update Function

Update function by its unique ID.

Parameters

functionId: string
name: string
execute: string[]
optional
vars: object
optional
events: string[]
optional
schedule: string
optional
timeout: number