Skip to content

Commit 0a89bf8

Browse files
author
Tim Bannister
committed
Fix incorrect Markdown
1 parent 34d243a commit 0a89bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,9 +787,9 @@ These situations are:
787787
fields via `x-kubernetes-preserve-unknown-fields`).
788788
2. The field is duplicated in the object.
789789

790-
### Validation for unrecognized or duplicate fields (#setting-the-field-validation-level)
790+
### Validation for unrecognized or duplicate fields {#setting-the-field-validation-level}
791791

792-
{{< feature-state for_k8s_version="v1.27" state="stable" >}}
792+
{{< feature-state for_k8s_version="v1.27" state="stable" >}}
793793

794794
From 1.25 onward, unrecognized or duplicate fields in an object are detected via
795795
validation on the server when you use HTTP verbs that can submit data (`POST`, `PUT`, and `PATCH`). Possible levels of

0 commit comments

Comments
 (0)