---
title: "Append to a field dataset given its application UUID and field ID"
method: PUT
path: "/v1/field_datasets/data/{app_uuid}/{field_id}"
tags: ["field_datasets"]
---

# Append to a field dataset given its application UUID and field ID

`PUT /v1/field_datasets/data/{app_uuid}/{field_id}`

## Request body

- FieldDatasetInput
  - `data` string, required — CSV file encoded as string for the field dataset

## Other responses

- `404` — Field dataset not found

---

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