diff --git a/pages/deployments/operator/api.md b/pages/deployments/operator/api.md
index 89a16bd5..c0a7e8d0 100644
--- a/pages/deployments/operator/api.md
+++ b/pages/deployments/operator/api.md
@@ -951,6 +951,7 @@ _Appears in:_
| `stackDefinitionRef` _[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_ | | | Optional: {}
|
| `observableMetrics` _[ObservableMetric](#observablemetric) array_ | | | Optional: {}
|
| `tags` _object (keys:string, values:string)_ | Tags used to filter stacks. | | Optional: {}
|
+| `variables` _[RawExtension](https://pkg.go.dev/k8s.io/apimachinery/pkg/runtime#RawExtension)_ | Variables represents a file with variables in the stack run environment.
It will be automatically passed to the specific tool depending on the
stack Type (except [console.StackTypeCustom]). | | Optional: {}
|
#### JobSpec