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
Time
Status
User Agent
Retrieving recent requests…
Loading…
Responses
401
Unauthorized. The request is missing a bearer token or the token is invalid.
403
Forbidden. The caller is authenticated but lacks permission to add content property values.
404
Not Found. No content property exists for the supplied contentPropertyId.
409
Conflict. One or more submitted values already exist in the content property's domain of values, or the property has no domain of values defined.
500
Internal Server Error. An unexpected server-side error occurred while adding content property values.