Skip to main content
PATCH
Update an audience property
Update an audience property’s key, type, or SDK write policy. Use sdk_writable: true for app-observed values such as preferences or onboarding state. Leave it false for authoritative server contact properties.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json
key
string
Maximum string length: 100
name
string

Alias for key.

Maximum string length: 100
type
enum<string>
Available options:
string,
number

Response

Audience property updated

status
integer
required

HTTP response status code

data
object