diff --git a/api/schemas/tool.py b/api/schemas/tool.py
index 87603745..b7e7cb0b 100644
--- a/api/schemas/tool.py
+++ b/api/schemas/tool.py
@@ -147,7 +147,6 @@ class HttpApiConfig(BaseModel):
description="When to run variable extraction relative to the tool call (before, after, or both)",
)
-
@field_validator("method", mode="before")
@classmethod
def validate_method(cls, v: Any) -> str:
diff --git a/ui/src/app/tools/[toolUuid]/components/HttpApiToolConfig.tsx b/ui/src/app/tools/[toolUuid]/components/HttpApiToolConfig.tsx
index b780bf46..2580d9b0 100644
--- a/ui/src/app/tools/[toolUuid]/components/HttpApiToolConfig.tsx
+++ b/ui/src/app/tools/[toolUuid]/components/HttpApiToolConfig.tsx
@@ -234,7 +234,7 @@ export function HttpApiToolConfig({
This text is spoken as-is. For multilingual workflows, choose your phrasing carefully.
-
+