patch https://api.easee.com/api/sites/
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 } ]
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 } ]
Try It!
to start a request and see the response here!