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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/50116/head
Mohammad Alavi 2025-03-22 22:57:39 +03:30 committed by GitHub
parent 057e98b14c
commit 5b9d14d80d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -579,6 +579,7 @@ to the URI of a resource. When applying a configuration, you should always incl
fields that are important to the outcome (such as a desired state) that you want to define.
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.
In either case, use the media type `application/apply-patch+yaml` for the HTTP request.
### Access control and permissions {#rbac-and-permissions}