Skip to main content
PUT
Update property list

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

advertiserId
string
required

Unique identifier for the advertiser

Minimum string length: 1
Example:

"12345"

listId
string
required

Body

application/json

Request body for updating a property list

name
string

Updated name for the property list

Required string length: 1 - 255
domains
string[]

Updated domain list (convenience shorthand for identifiers with type: "domain"). If provided together with identifiers, both are merged. Replaces the existing identifier set entirely. Large lists are chunked server-side; the response includes a resolutionSummary with the counts.

Maximum array length: 100000
Minimum string length: 1
identifiers
object[]

Updated typed identifiers (domains + bundles). Replaces the existing identifier set entirely when either domains or identifiers is provided.

Maximum array length: 100000

Response

Update property list

Response containing a single property list

propertyList
object
required

Property list resource representation