Skip to main content
PUT
Python

Authorizations

superU-Api-Key
string
header
required

Your SuperU API key.

Body

application/json

Request body for Update audience.

Audience Update Request schema.

audience_id
string
required

Audience ID

Example:

"597b3dde-9169-4017-800d-f97a5fabebe3"

audience_name
string
required

Updated audience name

Example:

"Demo Audience - Q1"

audience_description
string

Updated description

Example:

"Qualified leads"

Response

Audience updated

A generic response schema for successful API calls.

status
string

Indicates if the request was successful.

Example:

"success"

message
string

A descriptive message about the result of the request.

Example:

"Request completed successfully"

data
object

The payload of the response, if any.