Skip to main content
POST
Python SDK

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

Containers to add or update.

items
(Instance Container · object | Record Container · object)[]
required

List of containers to create/update

Required array length: 1 - 100 elements

Container for properties you can access through views. Container specifications give details about storage related details, such as how to index the data and what constraints should be present.

Response

List of containers

items
object[]
required

List of containers

Last modified on July 31, 2026