Add one or more content property values

Creates one or more new allowed values in the domain of values for an existing content property. Returns the created value entries with Seismic-assigned UUIDs.

Use this endpoint to populate or extend the fixed list of allowed values for a content property. The target property must already have a domain of values defined — this endpoint cannot create a new domain. Property values are case-sensitive: Brochure and brochure are treated as distinct values. A maximum of 100 values can be added in a single request.

Warning: Adding values to a content property that does not have a domain of values defined can result in data loss. To enable this functionality, first create a domain of values by logging into Seismic before using this API endpoint.

Glossary: content property — A metadata attribute that can be attached to library content items for classification and filtering. domain of values — The fixed enumerated list of allowed values for a content property.

🚧

End of Life

Content Properties are being phased out in favor of the more robust Custom Properties. We will continue to support Content Properties for many months, but you should be using Custom Properties moving forward.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the content property to which values should be added. Must be a UUID of an existing content property that has a defined domain of values.

Body Params

Array of new value strings to add to the content property domain of values. Each string must be unique within the property's domain (case-sensitive) and the array must contain between 1 and 100 entries.

Ordered list of new value strings to add to the content property domain of values. Maximum 100 entries per request.

A new allowed value string. Case-sensitive and must not duplicate an existing value in the domain.

Responses

contentPropertyId is not a valid UUID, or one or more supplied values are invalid.

contentPropertyId.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json