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

x/appwrite/src/services/functions.ts>Functions#createVariable

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Functions.prototype.createVariable
import { Functions } from "https://deno.land/x/appwrite@6.2.0/src/services/functions.ts";

Create Variable

Create a new function variable. These variables can be accessed within function in the env object under the request variable.

Parameters

functionId: string
key: string
value: string

Returns

Promise<Models.Variable>