Skip to main content
PUT
https://ageneral.ai
/
v1
/
agents
/
{agent_id}
/
connectors
/
{connector_slug}
Set agent connector enabled flag
curl --request PUT \
  --url https://ageneral.ai/v1/agents/{agent_id}/connectors/{connector_slug} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true
}
'
{}

Authorizations

Authorization
string
header
required

Session JWT from Ageneral sign-in. Send as Authorization: Bearer <token>.

Path Parameters

agent_id
string
required
connector_slug
string
required

Body

application/json

Path carries agent_id and connector_slug.

enabled
boolean
required

Response

Success

The response is of type object.