---
title: "Update a site"
method: PATCH
path: "/orgs/{orgId}/sites/{siteId}"
tags: ["orgs/sites"]
---

# Update a site

`PATCH /orgs/{orgId}/sites/{siteId}`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-site:w,o{params.orgId}-siteGeneral:w,o{params.orgId}-sos:w,o:w,s-o:w<br/><br/>__Endpoint name__: updateSite

## Path parameters

- `orgId` integer, required
- `siteId` integer, required

## Request body

- object
  - `name` string
  - `address` string, nullable
  - `address2` string, nullable
  - `city` string, nullable
  - `zip` string, nullable
  - `phone` string, nullable
  - `language` 'en' | 'fr' | 'es' | 'it' | 'de', nullable
  - `country` string, nullable
  - `state` string, nullable
  - `contactName` string, nullable
  - `contactPhone` string, nullable
  - `boundary` string, nullable
  - `resources` object[]
    - `fileName` string, required
    - `fileBase64` string, required

## Response `204`

No Content

---

[API](https://skmtc.net/openpath/apis/openpath-api-documentation.md) · [All operations](https://skmtc.net/openpath/apis/openpath-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openpath/openpath-api-documentation/versions/d8a888c114fa/schema)
