v1

latestOpenAPI 3.1.02026-07-2419603.1 MB
Data Activation

Update attribute accessibility

Update the accessibility of an attribute. Requires manage permission.

put/api/cdp/v3/settings/apps/{app_id}/attributes/{column_id}/accessibility

Path parameters

app_idstring uuid required

ID of the app.

Example:3929d56c-cd62-4001-a4fc-013f5f954691
column_idstring required
Example:custom_attribute_1

Column ID of an attribute

Request body

publicly_accessibleboolean required

Whether the attribute should be accessible via the public API.

If set to true, the attribute can be retrieved through the public profile attributes endpoint without authentication. If set to false, the attribute is only available through authenticated endpoints. The default value is false.

Example request

{
  "publicly_accessible": true
}

Response

Attribute accessibility successfully updated