---
title: "Partially update a json bin with JSON Merge Patch"
method: PATCH
path: "/bin/{id}"
---

# Partially update a json bin with JSON Merge Patch

`PATCH /bin/{id}`

## Response `200`

Bin data updated

- UpdateStatus
  - `status` integer
  - `data` object

## Other responses

- `401` — Wrong security key
- `404` — Bin not found
- `413` — JSON data too large
- `422` — Id must be specified

---

[API](https://skmtc.dev/extendsclass/apis/json-storage.md) · [All operations](https://skmtc.dev/extendsclass/apis/json-storage/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/extendsclass/json-storage/revisions/f5cee890e8f6/schema)
