---
title: "Updates a single cell"
method: PUT
path: "/dataset/{handle}/{col}/{row}"
tags: ["data"]
---

# Updates a single cell

`PUT /dataset/{handle}/{col}/{row}`

This endpoint returns a Json response acknowledging if the request to update a cell was successful.

## Path parameters

- `handle` string, required
- `col` string, required
- `row` string, required

## Request body

- FilesUpdateCellRequest
  - `value` string, required

## Response `200`

OK

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/freshdesk/apis/gigasheet-api.md) · [All operations](https://skmtc.net/freshdesk/apis/gigasheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freshdesk/gigasheet-api/versions/d1e5cbb24557/schema)
