diff --git a/pages/overview/management-api-reference.md b/pages/overview/management-api-reference.md
index 1c22e2f2..1c651c52 100644
--- a/pages/overview/management-api-reference.md
+++ b/pages/overview/management-api-reference.md
@@ -1608,7 +1608,7 @@ _Appears in:_
| `interval` _string_ | Interval specifies the reconciliation interval for the global service.
This controls how frequently the controller checks and updates the service deployments
across target clusters. Defaults to 10 minutes if not specified. | | Optional: \{\}
|
| `cascade` _[Cascade](#cascade)_ | Cascade defines the deletion behavior for resources owned by this global service.
This controls whether resources are removed from Plural Console only, target clusters only,
or both during service deletion operations. | | Optional: \{\}
|
| `context` _[TemplateContext](#templatecontext)_ | Context provides data for dynamic template overrides of service deployment properties
such as Helm chart versions, values files, or other configuration parameters.
This enables environment-specific customization while maintaining a single service definition. | | Optional: \{\}
|
-| `distro` _[ClusterDistro](#clusterdistro)_ | Distro specifies the Kubernetes distribution type for target cluster selection.
This allows targeting services to specific cluster types that may have
distribution-specific requirements or optimizations. | | Enum: [GENERIC EKS AKS GKE RKE K3S]
Optional: \{\}
|
+| `distro` _[ClusterDistro](#clusterdistro)_ | Distro specifies the Kubernetes distribution type for target cluster selection.
This allows targeting services to specific cluster types that may have
distribution-specific requirements or optimizations. | | Enum: [GENERIC EKS AKS GKE RKE K3S OPENSHIFT]
Optional: \{\}
|
| `mgmt` _boolean_ | Mgmt indicates whether to include management clusters in the target cluster set.
Management clusters typically host the Plural Console and operators, and may
require special consideration for service deployments. | | Optional: \{\}
|
| `serviceRef` _[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_ | ServiceRef references an existing ServiceDeployment to replicate across target clusters.
This allows leveraging an existing service definition as a template for global deployment. | | Optional: \{\}
|
| `providerRef` _[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_ | ProviderRef restricts deployment to clusters associated with a specific cloud provider.
This enables provider-specific service deployments that may require particular
cloud integrations or provider-native services.
Deprecated.
Do not use. | | Optional: \{\}
|