---
title: "Update All Dataset Configurations"
method: POST
path: "/api/organization/update_dataset_configs"
tags: ["Organization"]
---

# Update All Dataset Configurations

`POST /api/organization/update_dataset_configs`

Update the configurations for all datasets in an organization. Only the specified keys in the configuration object will be changed per dataset such that you can preserve dataset unique values. Auth'ed user or api key must have an owner role for the specified organization.

## Headers

- `TR-Organization` string, uuid, required

## Request body

- UpdateAllOrgDatasetConfigsReqPayload
  - `match_configuration` unknown
  - `to_configuration` unknown, required

## Response `204`

Confirmation that the dataset ServerConfigurations were updated successfully

## Other responses

- `400` — Service error relating to updating the dataset ServerConfigurations

---

[API](https://skmtc.net/devflowinc/apis/trieve-api.md) · [All operations](https://skmtc.net/devflowinc/apis/trieve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devflowinc/trieve-api/revisions/84583e7c9fc1/schema)
