---
title: "POST /api/admin/config/batch"
method: POST
path: "/api/admin/config/batch"
tags: ["Admin"]
---

# POST /api/admin/config/batch

`POST /api/admin/config/batch`

POST operation for /api/admin/config/batch

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Per-parameter status of the batch write operation

- object
  - `success` boolean
  - `message` object

## Other responses

- `400` — changes_json is missing or not valid JSON
- `401` — Authentication required or not an admin
- `403` — CONFIG_EDITOR feature flag is disabled
- `500` — Batch write operation failed

---

[API](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/revisions/058396b8f0f1/schema)
