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 🦕
Latest
method Functions.prototype.createVariable
import { Functions } from "https://deno.land/x/appwrite@11.0.0/src/services/functions.ts";

Create variable

Create a new function environment variable. These variables can be accessed in the function at runtime as environment variables.

Parameters

functionId: string
key: string
value: string

Returns

Promise<Models.Variable>