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

x/appwrite/mod.ts>Functions#create

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

Create Function

Create a new function. You can pass a list of permissions to allow different project users or team with access to execute the function using the client API.

Parameters

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