diff --git a/vona/globals/__init__.py b/vona/globals/__init__.py index 1e30948..88bfa85 100644 --- a/vona/globals/__init__.py +++ b/vona/globals/__init__.py @@ -312,6 +312,7 @@ class http_client: method="PUT", destination=destination, path=path, + content=json, ) headers["Host"] = resolved.host_header