Skip to main content
POST
Upsert external data sources

Authorizations

Authorization
string
header
required

Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.

Body

application/json
items
object[]
required

External data sources to create or replace. All externalId values must be unique within the request.

Required array length: 1 - 1000 elements

Response

Response with the created or updated external data sources.

Array of objects (External Data Source).

items
object[]
required
Last modified on August 10, 2026