---
title: "Update an entry"
method: PATCH
path: "/orgs/{orgId}/entries/{entryId}"
tags: ["orgs/entries"]
---

# Update an entry

`PATCH /orgs/{orgId}/entries/{entryId}`

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

## Path parameters

- `orgId` integer, required
- `entryId` integer, required

## Query parameters

- `ignoreWirelessLockHooks` boolean

## Request body

- object
  - `name` string
  - `zoneId` integer
  - `acuId` integer, nullable
  - `wirelessLockId` integer, nullable
  - `isPincodeEnabled` boolean
  - `pincode` string, nullable
  - `entryStateId` integer
  - `scheduleId` integer, nullable
  - `color` string
  - `notes` string, nullable
  - `isMusterPoint` boolean
  - `enableExternalUuid` boolean, nullable
  - `isReaderless` boolean

## 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/revisions/d8a888c114fa/schema)
