GET /api/v1/custom_metadata_sets
Display a list of custom metadata sets.


GET /api/v1/custom_metadata_sets/:id
Display a custom metadata set.

Params

Param name Description
id
required

ID of the custom metadata set to be displayed.

Validations:

  • Must be a String


POST /api/v1/custom_metadata_sets
Create a new custom metadata set.

Params

Param name Description
custom_metadata_set
optional , nil allowed

Validations:

  • Must be a Hash

custom_metadata_set[name]
required

The name of the metadatum set.

Validations:

  • Must be a String


PUT /api/v1/custom_metadata_sets/:id
Update a custom metadata set.

Params

Param name Description
id
required

ID of the custom metadata set to be updated.

Validations:

  • Must be a String

custom_metadata_set
optional , nil allowed

Validations:

  • Must be a Hash

custom_metadata_set[name]
optional

The name of the metadatum set.

Validations:

  • Must be a String


DELETE /api/v1/custom_metadata_sets/:id
Delete a custom metadata set.

Params

Param name Description
id
required

ID of the custom metadata set to be deleted.

Validations:

  • Must be a String


GET /api/v1/custom_metadata_sets/:id/in_use
Checks if the metadata set is used by any asset or project