PATCH
/
api
/
v1
/
sources
/
{id}
/
curl --request PATCH \
  --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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json

Response

200
application/json

Serializer for Connection model.