SSA request bodies can include either JSON or YAML

pull/50116/head
Mohammad Alavi 2025-03-17 21:14:27 +03:30
parent 06f578a27d
commit 057e98b14c
1 changed files with 1 additions and 2 deletions

View File

@ -578,8 +578,7 @@ Apply can send partially specified objects as YAML as the body of a `PATCH` requ
to the URI of a resource. When applying a configuration, you should always include all the
fields that are important to the outcome (such as a desired state) that you want to define.
All JSON messages are valid YAML. Some clients specify Server-Side Apply requests using JSON
request bodies that are also valid YAML.
All JSON messages are valid YAML. Therefore, in addition to using YAML request bodies for Server-Side Apply requests, you can also use JSON request bodies, as they are also valid YAML.
### Access control and permissions {#rbac-and-permissions}