Updated SDKs

This commit is contained in:
Eldad Fux
2020-05-10 23:44:28 +03:00
parent 434f3721fe
commit 839428ce9c
27 changed files with 307 additions and 144 deletions
@@ -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(