---
title: "Update Examples"
method: PATCH
path: "/v1/platform/datasets/{dataset_id}/examples"
tags: ["examples"]
---

# Update Examples

`PATCH /v1/platform/datasets/{dataset_id}/examples`

This endpoint allows clients to update existing examples in a specified dataset by sending a multipart/form-data PATCH request.
Each form part contains either JSON-encoded data or binary attachment files to update an example.

## Path parameters

- `dataset_id` string, uuid, required

## Response `201`

Created

- ExamplesExamplesUpdatedResponse
  - `as_of` string
  - `count` integer
  - `example_ids` string[]

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
