Skip to main content
POST
Create config revision.

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

New config revision.

Request schema for creating a new config revision. This is also backwards compatible with extraction pipelines API.

externalId
string
required

The external ID provided by the client. Must be unique for the resource type.

Required string length: 1 - 255
Example:

"my.integrations.id"

config
string
required

Content of the config revision.

Required string length: 1 - 100000
description
string

Config revision description.

Maximum string length: 500

Response

Metadata of created config revision.

A full config revision with the config object and metadata.

externalId
string
required

The external ID provided by the client. Must be unique for the resource type.

Required string length: 1 - 255
Example:

"my.integrations.id"

revision
integer
required

Revision number.

config
string
required

Content of the config revision.

Required string length: 1 - 100000
createdTime
integer<int64>
required

The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.

Required range: x >= 0
Example:

1730204346000

lastUpdatedTime
integer<int64>
required

The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.

Required range: x >= 0
Example:

1730204346000

description
string

Config revision description.

Maximum string length: 500
Last modified on September 25, 2026