---
title: "Update FileFeed saved mappings"
method: PUT
path: "/v0/file-feeds/{file_feed_id}/saved-mappings"
tags: ["FileFeed Mappings"]
---

# Update FileFeed saved mappings

`PUT /v0/file-feeds/{file_feed_id}/saved-mappings`

Update saved mappings for a given FileFeed. Note that any uncommitted changes to FileFeed transforms will be overwritten.

## Path parameters

- `file_feed_id` integer, required

## Request body

- object
  - `mappings` object[], required
    - `uploaded_column_name` string, required
    - `target_column_name` string, required

## Response `200`

Successful response

- object
  - `mappings` object[]
    - `uploaded_column_name` string
    - `target_column_name` string

## Other responses

- `400` — Bad request — invalid mappings or the file feed's pipeline is missing commits or required configuration steps.

---

[API](https://skmtc.net/oneschema/apis/templates.md) · [All operations](https://skmtc.net/oneschema/apis/templates/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneschema/templates/versions/40674aa6d4d9/schema)
