The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /column/batch

Create a batch of ColumnModel that can be used as columns of a TableEntity. Unlike other objects in Synapse ColumnModels are immutable and reusable and do not have an "owner" or "creator". This method is idempotent, so if the same ColumnModel is passed multiple time a new ColumnModel will not be created. Instead the existing ColumnModel will be returned. This also means if two users create identical ColumnModels for their tables they will both receive the same ColumnModel. This call will either create all column models or create none

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/column/batch

Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method POST
Request Object ListWrapper<ColumnModel>
(application/json)
Response Object ListWrapper<ColumnModel>
(application/json)