# Create/Update site Update site information. Endpoint: PUT /sites Version: 0.0.1 Security: o_auth ## Request fields (application/json): - `address` (string) - `id` (string,null) - `name` (string, required) - `openingHour` (object,null) - `organisationId` (string) - `state` (string) Enum: "active", "deleted" - `tz` (string) ## Response 201 fields (application/json): - `address` (string) - `id` (string,null) - `name` (string, required) - `openingHour` (object,null) - `organisationId` (string) - `state` (string) Enum: "active", "deleted" - `tz` (string) ## Response 400 fields (application/json): - `code` (integer) - `message` (string) ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 410 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 204 fields ## Response 500 fields