---
title: "Update the configuration map of a schema exporter."
method: PUT
path: "/exporters/{name}/config"
tags: ["Exporters"]
---

# Update the configuration map of a schema exporter.

`PUT /exporters/{name}/config`

Updates the exporter configuration directly. Unlike POST /exporters, the payload here is not wrapped in a config object.

## Path parameters

- `name` string, required

## Request body

- object — Direct map of configuration properties for the exporter.

## Response `200`

Name of the updated exporter.

- object
  - `name` string

## Other responses

- `404` — Error returned by the Schema Registry API
- `409` — Error returned by the Schema Registry API

---

[API](https://skmtc.net/apicurio/apis/apicurio-registry-confluent-compatibility-api.md) · [All operations](https://skmtc.net/apicurio/apis/apicurio-registry-confluent-compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apicurio/apicurio-registry-confluent-compatibility-api/revisions/933e587f2d85/schema)
