---
title: "Update a single SafeCustodyRecord"
method: PATCH
path: "/safe_custody/records/{id}.json"
tags: ["Safe Custody Records"]
---

# Update a single SafeCustodyRecord

`PATCH /safe_custody/records/{id}.json`

Outlines the parameters and data fields used when updating a single SafeCustodyRecord

## Path parameters

- `id` integer, required

## Query parameters

- `fields` string

## Headers

- `IF-MATCH` string
- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `date` string, date — The date shown on the physical document itself (ISO-8601).
    - `description` string — Free-text description of the record.
    - `document_type` 'abn_registration_confirmations' | 'acknowledgement' | 'agreement' | 'agreement_for_sale' | 'appointment_of_enduring_guardianship' | 'birth_death_marriage_certificate' | 'boe' | 'building_certificate' | 'care_registration_papers' | 'certificate_of_title' | 'client_instructions' | 'common_seal' | 'conveyance' | 'crop_lien' | 'crown_land_lease' | 'death_certificate' | 'deed' | 'deed_of_family_arrangement' | 'deep_poll' | 'divorce_order' | 'email' | 'file_note' | 'grant_of_probate' | 'guarantee' | 'guardianship_appointment' | 'insurance_policy' | 'lease' | 'letter_sealed_envelope' | 'medical_authority' | 'memo_articles_of_association' | 'minutes' | 'miscellaneous' | 'mortgage_bill_of_sale' | 'other' | 'partnership_agreement' | 'photographs' | 'power_of_attorney' | 'power_of_enduring_guardianship' | 'probate' | 'registration_of_business_name' | 'search' | 'share_certificate' | 'sharefarming_agreement' | 'statutory_declaration' | 'survey_certificate' | 'tenancy_agreement' | 'transfer' | 'transfer_of_legal_file_authority' | 'transfer_returned' | 'trust_deed' | 'valuation' | 'water_licence' | 'will' | 'will_codicil_poa_peg' | 'xref' | 'verification_of_identity' | 'certificate' | 'letter' | 'affidavit' | 'settlement' — The type of physical document (e.g. will, deed, certificate_of_title). Defaults to other.
    - `stored_on` string, date — The date the document was received/stored (ISO-8601). Defaults to the current date.
    - `title` string — The title of the record.

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

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