# Update a Personalization Property Update a Personalization Property's settings. Endpoint: PATCH /personalization/property/{property_id} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `property_id` (integer, required) The resource ID of the Personalization Property Example: 123456789 ## Request fields (application/json): - `name` (string) Name of the personalization property. - `category` (string) Reference to a Personalization Category. - `default` (string) Default value for the personalization property. - `status` (string) Status of the personalization property. Enum: "active", "archived" - `external_mapping` (array) External mapping structure for personalization property. ## Response 200 fields (application/json): - `_embedded` (object) - `_embedded.account` (object) - `_embedded.account.id` (integer) - `_embedded.account._links` (object) - `_embedded.account._links.self` (object) - `_embedded.account._links.self.href` (string) Example: "https://api.foleon.com/..." - `_embedded.category` (object) - `created_on` (string) - `default` (string) - `external_mapping` (string,null) - `identifier` (string) - `modified_on` (string,null) - `name` (string) - `options` (object) - `status` (string) Enum: "active", "archived" - `type` (string) Enum: "text", "dropdown_select" ## Response 400 fields ## Response 401 fields