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

x/appwrite/mod.ts>Functions#updateTag

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

Update Function Tag

Update the function code tag ID using the unique function ID. Use this endpoint to switch the code tag that should be executed by the execution endpoint.

Type Parameters

T extends unknown

Parameters

functionId: string
tag: string

Returns

Promise<T>