Start typing to search.

API Reference

Update a connector

View Markdown
PUT /api/connectors/{id}

Update a connector

Operation IDupdateConnector

Authentication

  • BearerAuth·http bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Path parameters

idintegerrequired

Resource ID

Request body

This request body is required.

Content typeapplication/json

requestobject
4 properties
namestring
typestring
configobject

Additional properties are allowed.

descriptionstring

Success response body

200Connector updated

Connector updated

Content typeapplication/json

responseobject
7 properties
idinteger
namestring
typestring
configobject

Parsed connector configuration

descriptionstring | null
created_atstring · date-time
updated_atstring · date-time

Error responses

404Resource not found

Resource not found

Content typeapplication/json

responseobject
2 properties
errorstring
messagestring
Example response
{
  "error": "NOT_FOUND",
  "message": "Resource not found"
}