---
title: "Update pin code"
method: PUT
path: "/api/v3.3/pin-codes/{pinCodeUid}"
tags: ["Pin Codes"]
---

# Update pin code

`PUT /api/v3.3/pin-codes/{pinCodeUid}`

Modifies an existing pin code's details (code value or URL ...)

## Path parameters

- `pinCodeUid` string, required

## Request body

- PinCodeAddingApi31Dto
  - `propertyUid` string
  - `lockType` 'RESORTLOCK' | 'REMOTELOCK' | 'PARAKEET' | 'AUGUST' | 'OTHER' | 'VIRTUALKEY' | 'OPERTO' | 'DORMAKABA' | 'POINTCENTRAL'
  - `startDateTimeUTC` string
  - `endDateTimeUTC` string
  - `pinCode` string
  - `pinCodeUrl` string
  - `leadUid` string
  - `unitUid` string

## Response `200`

OK

---

[API](https://skmtc.dev/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.dev/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/revisions/8387ad22afc6/schema)
