Skip to main content
POST
/
gateway
/
connectors
/
{connector_name}
Update Connector Config
curl --request POST \
  --url http://localhost:8000/gateway/connectors/{connector_name} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

connector_name
string
required

Body

application/json

The body is of type Config Updates · object.

Response

Successful Response

The response is of type Response Update Connector Config Gateway Connectors Connector Name Post · object.