diff --git a/pages/deployments/operator/api.md b/pages/deployments/operator/api.md
index dcbb4dab..3dfab3ab 100644
--- a/pages/deployments/operator/api.md
+++ b/pages/deployments/operator/api.md
@@ -742,6 +742,7 @@ _Appears in:_
| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `agentHelmValues` _[RawExtension](https://pkg.go.dev/k8s.io/apimachinery/pkg/runtime#RawExtension)_ | AgentHelmValues custom helm values to apply to all agents (useful for things like adding customary annotations/labels) | | Optional: {}
|
+| `managementRepo` _string_ | The root repo for setting up your infrastructure with Plural. Usually this will be your `plural up repo` | | Optional: {}
|
| `stacks` _[StackSettings](#stacksettings)_ | Stacks global configuration for stack execution | | Optional: {}
|
| `bindings` _[DeploymentSettingsBindings](#deploymentsettingsbindings)_ | Bindings | | Optional: {}
|
| `prometheusConnection` _[HTTPConnection](#httpconnection)_ | PrometheusConnection connection details for a prometheus instance to use | | Optional: {}
|