Edit a site (PATCH)


PATCH /v4/sites/{siteId}
Parameters
siteId
uuid required
-
Request #1
Headers
Content-Type application/json
Accept application/json
Authorization Bearer `Your Access Token`
{
    "name": "Kontulankaari 4 B"
}
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    }
  }
}

Response 204