cURL
curl --request PUT \ --url https://api.camelai.com/api/v1/sources/{id}/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "account_name": "<string>" }'
{ "id": 123, "account_name": "<string>", "type": "SUPABASE", "created_at": "2023-11-07T05:31:56Z", "is_fully_configured": true }
Update a data source connection. Only account_name can be updated via this endpoint.
JWT or API key authentication using Bearer scheme
Serializer for Connection model.
Was this page helpful?