Skip to content

Commit 06f578a

Browse files
swap json and yaml
1 parent 5a9dca8 commit 06f578a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/using-api/server-side-apply.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,8 @@ Apply can send partially specified objects as YAML as the body of a `PATCH` requ
578578
to the URI of a resource. When applying a configuration, you should always include all the
579579
fields that are important to the outcome (such as a desired state) that you want to define.
580580

581-
All JSON messages are valid YAML. Some clients specify Server-Side Apply requests using YAML
582-
request bodies that are also valid JSON.
581+
All JSON messages are valid YAML. Some clients specify Server-Side Apply requests using JSON
582+
request bodies that are also valid YAML.
583583

584584
### Access control and permissions {#rbac-and-permissions}
585585

0 commit comments

Comments
 (0)