Passer au contenu principal
PUT
Replace Offsite Audiences Job

Autorisations

Authorization
string
header
requis

A valid API key generated in Topsort's UI. Use the TSE API key if calling auctions or events API, otherwise use the TSC API key.

Paramètres de chemin

audience-id
string
requis

The audience ID to replace.

Corps

application/json
name
string | null

Optional updated name of the user list audience.

Minimum string length: 1
Exemple:

"My user list audience"

description
string | null

Optional updated description of the user list audience.

Minimum string length: 1
Exemple:

"This is a user list audience description."

Réponse

Accepted

jobId
string<uuid>
requis

The unique identifier for the queued job.

Exemple:

"123e4567-e89b-12d3-a456-426614174000"

url
string
requis

The presigned url to upload the audience csv file. Presigned url must be used with PUT method and include the header Content-Type: text/csv.

Exemple:

"https://offsite-ads-user-list-uploads.s3.us-east-2.amazonaws.com/123e4567-e89b-12d3-a456-426614174000.csv"