Update Site (Partial)

More info: http://jsonpatch.com

For example to change only Name and Site Type of site:

[
{ "op": "replace", "path": "/name", "value": "test site" },
{ "op": "replace", "path": "/siteType", "value": 2 }
]

Language
Authorization
Header
Click Try It! to start a request and see the response here!