Update an Audience Attribute.

put

/content/management/api/v1.1/personalization/audienceAttributes/{id}

Update an Audience Attribute with the given payload.

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Body ()
Update an Audience Attribute with the given information in the payload.
Root Schema : audienceAttributeInputInfo
Type: object
Audience Attribute Input Information
Show Source
  • The reference name of the Audience Attribute. This is the name that is used in API calls that invoke the recommendation. If no reference name is provided the server will generate one from the name field. The referene name should be unique in a category.
  • The id of the Category the property belongs to.
  • The description of the Audience Attribute.
  • The name of the Audience Attribute. It is a required property in the get response and cannot be empty in post/put request.
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : audienceAttributeInfo
Type: object
Audience Attribute Information
Show Source
  • The reference name of the Audience Attribute. This is the name that is used in API calls that invoke the recommendation. If no reference name is provided the server will generate one from the name field. The referene name should be unique in a category.
  • The id of the Category the property belongs to.
  • The description of the Audience Attribute.
  • The id of the Audience Attribute. This is a required propety in the get response and ignored in post/put requests.
  • links
  • The name of the Audience Attribute. It is a required property in the get response and cannot be empty in post/put request.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Recommendation not found. The requested resource not found.

500 Response

Internal server error.
Back to Top