fix: update resource with correct structure; remove deprecated liquid_handler set_group action

This commit is contained in:
Junhan Chang
2025-09-25 15:27:05 +08:00
parent 5c47cd0c8a
commit c3b9583eac
3 changed files with 1 additions and 198 deletions

View File

@@ -132,7 +132,7 @@ class HTTPClient:
"""
response = requests.put(
f"{self.remote_addr}/lab/material",
json=resources,
json={"nodes": resources},
headers={"Authorization": f"Lab {self.auth}"},
timeout=100,
)