Add a content property

Creates a new content property and associates it with an existing teamsite. Optionally seed the property's domain of values in a single step by providing an array of value strings in the domainOfValues field.

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. teamsite — A branded Seismic workspace used to organize and distribute content to specific audiences.

🚧

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…
Body Params

Content property definition to create, including its name, type, associated teamsites, and an optional initial domain of values.

Request body for creating a new content property.

string
required

Display name for the new content property. Must be unique across all content properties in the tenant.

string
enum
required

The data type of the content property. Use multi-value for properties with a fixed domain of values; use tag for freeform tag-style input; use string, boolean, integer, float, or date for structured data types.

Allowed:
teamsites
array of objects
required
length ≥ 1

One or more teamsites to associate with this content property. At least one teamsite must be specified.

teamsites*

A teamsite association entry for the content property.

string
required

Unique identifier of the teamsite to associate with this content property. Must be a valid UUID of an existing teamsite.

string

Display name of the teamsite. Informational; the system uses teamsiteId for association.

boolean
required

Whether this content property is required when tagging content in this teamsite. Set to true to enforce mandatory tagging.

domainOfValues
array of strings

Optional initial list of allowed values to seed the property's domain of values. Values are case-sensitive and must be unique within the list.

domainOfValues
Responses

teamsiteId values do not correspond to an existing teamsite.

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