---
title: "Update schema exporter config by name"
method: PUT
path: "/exporters/{name}/config"
tags: ["Exporters (v1)"]
---

# Update schema exporter config by name

`PUT /exporters/{name}/config`

Updates the configuration of the schema exporter.

## Path parameters

- `name` string, required

## Request body

- ExporterConfigResponse — The map containing exporter's configurations
  - `schema.registry.url` string — Config SR URL
  - `basic.auth.credentials.source` string — Config SR Auth
  - `basic.auth.user.info` string — Config SR User Info

## Response `200`

The original request.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found. Error code 40401 indicates subject not found.
- `409` — Invalid. Error code 40952 – Invalid exporter subjects. Error code 40963 – Exporter not paused.
- `429` — Rate Limit Exceeded
- `500` — Internal Server Error

---

[API](https://skmtc.dev/confluent/apis/confluent-cloud-apis.md) · [All operations](https://skmtc.dev/confluent/apis/confluent-cloud-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/confluent/confluent-cloud-apis/revisions/a6a73f98a698/schema)
