Exporters (v1)

Update schema exporter config by name

Updates the configuration of the schema exporter.

put/exporters/{name}/config

Path parameters

namestring required

Name of the exporter

Request body

schema.registry.urlstring

Config SR URL

basic.auth.credentials.sourcestring

Config SR Auth

basic.auth.user.infostring

Config SR User Info

Example request

{
  "schema.registry.url": "<Physical SR Endpoint>",
  "basic.auth.credentials.source": "USER_INFO"
}

Response

The original request.

Changes

No recorded changes to this endpoint across all 1 revision of this API.