Create Collection

Creates a new collection for the specified data source. Only succeeds if the user has access to the data source.

Valid Authentication Methods

OAuth 2.0 User Token Scopes:

  • data-service.admin
Body Params
string
required

URI of data source to add collection to

string
required

Name of the new collection

schema
array of objects
required

The schema field takes an array of Field Definition objects

schema*
properties
object
required

The properties field takes an object of key-value pairs

Response

Language
Credentials
OAuth2