SSA request bodies can include either JSON or YAML
parent
06f578a27d
commit
057e98b14c
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue