We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9dca8 commit 06f578aCopy full SHA for 06f578a
content/en/docs/reference/using-api/server-side-apply.md
@@ -578,8 +578,8 @@ Apply can send partially specified objects as YAML as the body of a `PATCH` requ
578
to the URI of a resource. When applying a configuration, you should always include all the
579
fields that are important to the outcome (such as a desired state) that you want to define.
580
581
-All JSON messages are valid YAML. Some clients specify Server-Side Apply requests using YAML
582
-request bodies that are also valid JSON.
+All JSON messages are valid YAML. Some clients specify Server-Side Apply requests using JSON
+request bodies that are also valid YAML.
583
584
### Access control and permissions {#rbac-and-permissions}
585
0 commit comments