Create Metadata Collection

Create a new metadata collection for a given collection. The user must have access to the data source in order to create a metadata collection. Metadata collections cannot be updated.

Valid Authentication Methods

OAuth 2.0 User Token Scopes:

  • data-service.admin
Path Params
integer
required

ID of collection to add metadata collection to

Body Params
string
required

Name of the new metadata collection

string
required

Type of metadata this collection contains

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