From 6056268a2e35a4eda36feafa82566eb11353ff66 Mon Sep 17 00:00:00 2001 From: Kierre Date: Sat, 18 Oct 2025 12:14:22 -0400 Subject: [PATCH] oops --- vona/globals/__init__.py | 1 + 1 file changed, 1 insertion(+) 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