/metadata_spec

Get Metadata Specs

get

Gets a pagination of Metadata Specs for the given query.

Authorizations
AuthorizationstringRequired
Query parameters
offsetanyOptionalDefault: 0
countanyOptionalDefault: 20
Responses
chevron-right
400Error
application/json
get
/metadata_spec

Creates a new Metadata Spec definition

post

Creates a new Metadata Spec definition.

Authorizations
AuthorizationstringRequired
Body

Represents a request to create a MetadataSpec definition.

nameanyOptional

The name of the metadata spec.

typeundefined · enumOptional

The type of the metadata spec.

Possible values:
propertiesanyRequired

The token template tabs to create.

Responses
chevron-right
400Error
application/json
post
/metadata_spec

Updates a Metadata Spec

put

Updates a MetadataSpec with the specified id.

Authorizations
AuthorizationstringRequired
Path parameters
metadataSpecIdanyRequired
Body

Represents a request to update a MetadataSpec.

nameanyOptional

The name of the metadata spec.

typeundefined · enumOptional

The type of the metadata spec.

Possible values:
propertiesanyOptional

The updated list of properties.

Responses
chevron-right
400Error
application/json
put
/metadata_spec/{metadataSpecId}

Deletes a MetadataSpec

delete

Deletes a MetadataSpec with the specified id.

Authorizations
AuthorizationstringRequired
Path parameters
metadataSpecIdanyRequired
Responses
chevron-right
400Error
application/json
delete
/metadata_spec/{metadataSpecId}

Gets a specific Metadata Editor Schema

get

Gets a specific Metadata Editor Schema backed by the supplied MetadataSpec by name.

Authorizations
AuthorizationstringRequired
Path parameters
metadataSpecNameanyRequired
Responses
chevron-right
400Error
application/json
get
/metadata_spec/{metadataSpecName}/editor.json

Gets a specific JSON Schema

get

Gets a specific JSON Schema backed by the supplied MetadataSpec by name.

Authorizations
AuthorizationstringRequired
Path parameters
metadataSpecNameanyRequired
Responses
chevron-right
400Error
application/json
get
/metadata_spec/{metadataSpecName}/schema.json

Gets a specific Metadata Spec

get

Gets a specific MetadataSpec by name or Id.

Authorizations
AuthorizationstringRequired
Path parameters
metadataSpecNameOrIdanyRequired
Responses
chevron-right
400Error
application/json
get
/metadata_spec/{metadataSpecNameOrId}

Last updated