Skip to main content
PATCH
/
datasources
/
{datasource_id}
Update data-source connector
curl --request PATCH \
  --url https://api.zenskar.com/datasources/{datasource_id} \
  --header 'Content-Type: application/json' \
  --header 'organisation: <api-key>' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
default:<your-api-key>
required
organisation
string
header
default:<your-organisation-id>
required

Headers

apiversion
integer | null

Path Parameters

datasource_id
string<uuid>
required

Body

application/json

The body is of type Body · object.

Response

Successful Response