diff --git a/static/api-specs/crd-api.md b/static/api-specs/crd-api.md
index 0044f2cf..34154409 100644
--- a/static/api-specs/crd-api.md
+++ b/static/api-specs/crd-api.md
@@ -287,6 +287,7 @@ _Appears in:_
| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `type` _string_ | Type is the type of OIDC configuration | kubernetes | Enum: [kubernetes configMap inline]
|
+| `resourceUrl` _string_ | ResourceURL is the explicit resource URL for OAuth discovery endpoint (RFC 9728)
If not specified, defaults to the in-cluster Kubernetes service URL | | |
| `kubernetes` _[KubernetesOIDCConfig](#kubernetesoidcconfig)_ | Kubernetes configures OIDC for Kubernetes service account token validation
Only used when Type is "kubernetes" | | |
| `configMap` _[ConfigMapOIDCRef](#configmapoidcref)_ | ConfigMap references a ConfigMap containing OIDC configuration
Only used when Type is "configmap" | | |
| `inline` _[InlineOIDCConfig](#inlineoidcconfig)_ | Inline contains direct OIDC configuration
Only used when Type is "inline" | | |