mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated SDKs
This commit is contained in:
@@ -115,7 +115,7 @@ public class Functions extends Service {
|
||||
}
|
||||
|
||||
/// Update Function Active Tag
|
||||
public Call updateActive(String functionId, String active) {
|
||||
public Call updateTag(String functionId, String active) {
|
||||
final String path = "/functions/{functionId}/active".replace("{functionId}", functionId);
|
||||
|
||||
final Map<String, Object> params = Map.ofEntries(
|
||||
|
||||
Reference in New Issue
Block a user