Documentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
November 2025
Release 539
Results and Exports
- Metric Cleanup: Removed legacy evaluation metrics and the
intervalproperty from experiment and personalization export endpoints.
POST /experiments/{experimentId}/init-export
- Removed the
ALL_IN_ONEenum value from theexportOptions/viewrequest property. - Removed several enum values from
exportOptions/columns/items/, includingCONVERSION_RATE_ALL_VISITORS,CONVERSION_RATE_ALL_VISITS,CONVERSION_RATE_MULTIPLE_TESTING,IMPROVEMENT_RANGE_SEQUENTIAL,IMPROVEMENT_RATE_ALL_VISITORS,IMPROVEMENT_RATE_ALL_VISITS,IMPROVEMENT_RATE_MULTIPLE_TESTING,RELIABILITY_RATE_MULTIPLE_TESTING, andRELIABILITY_RATE_SEQUENTIAL. - Removed the
intervalrequest property.
POST /experiments/{experimentId}/results
- Removed the
ALL_IN_ONEenum value from theexportOptions/viewrequest property. - Removed several enum values from
exportOptions/columns/items/, includingCONVERSION_RATE_ALL_VISITORS,CONVERSION_RATE_ALL_VISITS,CONVERSION_RATE_MULTIPLE_TESTING,IMPROVEMENT_RANGE_SEQUENTIAL,IMPROVEMENT_RATE_ALL_VISITORS,IMPROVEMENT_RATE_ALL_VISITS,IMPROVEMENT_RATE_MULTIPLE_TESTING,RELIABILITY_RATE_MULTIPLE_TESTING, andRELIABILITY_RATE_SEQUENTIAL. - Removed the
intervalrequest property.
POST /feature-flags/{featureFlagId}/results
- Removed the
ALL_IN_ONEenum value from theexportOptions/viewrequest property. - Removed several enum values from
exportOptions/columns/items/, includingCONVERSION_RATE_ALL_VISITORS,CONVERSION_RATE_ALL_VISITS,CONVERSION_RATE_MULTIPLE_TESTING,IMPROVEMENT_RANGE_SEQUENTIAL, andIMPROVEMENT_RATE_ALL_VISITORS.
POST /personalizations/{personalizationId}/init-export
- Removed the
ALL_IN_ONEenum value from theexportOptions/viewrequest property. - Removed several enum values from
exportOptions/columns/items/, includingCONVERSION_RATE_ALL_VISITORS,CONVERSION_RATE_ALL_VISITS,CONVERSION_RATE_MULTIPLE_TESTING,IMPROVEMENT_RANGE_SEQUENTIAL,IMPROVEMENT_RATE_ALL_VISITORS,IMPROVEMENT_RATE_ALL_VISITS,IMPROVEMENT_RATE_MULTIPLE_TESTING,RELIABILITY_RATE_MULTIPLE_TESTING, andRELIABILITY_RATE_SEQUENTIAL. - Removed the
intervalrequest property.
POST /personalizations/{personalizationId}/results
- Removed the
ALL_IN_ONEenum value from theexportOptions/viewrequest property. - Removed several enum values from
exportOptions/columns/items/, includingCONVERSION_RATE_ALL_VISITORS,CONVERSION_RATE_ALL_VISITS,CONVERSION_RATE_MULTIPLE_TESTING,IMPROVEMENT_RANGE_SEQUENTIAL,IMPROVEMENT_RATE_ALL_VISITORS,IMPROVEMENT_RATE_ALL_VISITS,IMPROVEMENT_RATE_MULTIPLE_TESTING,RELIABILITY_RATE_MULTIPLE_TESTING, andRELIABILITY_RATE_SEQUENTIAL. - Removed the
intervalrequest property.
GET /results
- Removed the optional response property
data/cupedDataByGoalId(status200).
New Endpoints
- Health Checks: Added
POST /healthchecks/\{containerType\}/\{containerId\}. - KPI Data: Added
POST /kpi/data. - PBX Sharing: Added
POST /pbx-share,GET /pbx-share/\{token\}, andDELETE /pbx-share/\{token\}. - Promptathon: Added full CRUD support for promptathons via
GET,POST,PUT, andDELETE/promptathonendpoints.
Tags
GET /tags
- Added the
PROMPTATHONenum value to thetypequery parameter.
October 2025
Release 518
Highlights
- Variations: The
promptproperty is now writeable across all variation endpoints. - Environment Configurations: Removed legacy rollout rules (
FeatureRolloutExperimentationRule,FeatureRolloutProgressiveRule). - Error Handling: Standardized
404status responses by removing theSUCCESSenum value.
Variations
GET /variations
- Changed the
/items/promptresponse property to be writeable (status200).
POST /variations
- Changed the
promptrequest property to be writeable. - Changed the
promptresponse property to be writeable (status201).
POST /variations/search
- Changed the
/items/promptresponse property to be writeable (status200).
GET /variations/{variationId}
- Changed the
promptresponse property to be writeable (status200).
PATCH /variations/{variationId}
- Added the optional
promptrequest property. - Changed the
promptresponse property to be writeable (status200).
PUT /variations/{variationId}
- Changed the
promptrequest property to be writeable. - Changed the
promptresponse property to be writeable (status200).
POST /variations/{variationId}/clone
- Changed the
promptresponse property to be writeable (status201).
September 2025
Release 514
Highlights
- Error Handling: Added
422error responses to multiple endpoints for improved validation reporting.
Custom Data
- Added the
422non-success response toGET,POST,DELETE,PATCH, andPUTendpoints for/custom-datas.
Experiments
- Added the
422non-success response toGETandPOSTendpoints for/experiments.
GET /experiments/export
- Added the
422non-success response.
DELETE /experiments/{experimentId}
- Added the
422non-success response.
GET /experiments/{experimentId}
- Added the
422non-success response.
PATCH /experiments/{experimentId}
- Added the
422non-success response.
POST /experiments/{experimentId}/clone
- Added the
422non-success response.
POST /experiments/{experimentId}/opportunityDetection
- Added the
422non-success response.
POST /experiments/{experimentId}/results/share
- Added the
422non-success response.
POST /experiments/{experimentId}/results/shareable-ui-link
- Added the
422non-success response.
GET /goals
- Added the
422non-success response.
POST /goals
- Added the
422non-success response.
GET /goals/export
- Added the
422non-success response.
POST /goals/search
- Added the
422non-success response.
DELETE /goals/{goalId}
- Added the
422non-success response.
GET /goals/{goalId}
- Added the
422non-success response.
PATCH /goals/{goalId}
- Added the
422non-success response.
PUT /goals/{goalId}
- Added the
422non-success response.
GET /images
- Added the
422non-success response.
POST /images/multiple
- Added the
422non-success response.
DELETE /images/{imageId}
- Added the
422non-success response.
GET /images/{imageId}
- Added the
422non-success response.
PATCH /images/{imageId}
- Added the
422non-success response.
POST /images/{imageId}/clone
- Added the
422non-success response.
POST /images/{siteId}/uploadImage
- Added the
422non-success response.
GET /key-moments
- Added the
422non-success response.
POST /key-moments
- Added the
422non-success response.
DELETE /key-moments/{keyMomentId}
- Added the
422non-success response.
Key Moments and Pages
- Added the
422non-success response toGET /key-moments/\{keyMomentId\}and allGET,POST,DELETE,PATCH, andPUTendpoints for/key-pages.
Personalizations
- Added the
422non-success response to all/personalizationsendpoints, including export, clone, and results sharing.
Recommender Blocks and Referrers
- Added the
422non-success response to all endpoints for/recommender-blockand/referrers.
GET /segments
- Added the
422non-success response.
POST /segments
- Added the
422non-success response.
GET /segments/export
- Added the
422non-success response.
POST /segments/search
- Added the
422non-success response.
DELETE /segments/{segmentId}
- Added the
422non-success response.
GET /segments/{segmentId}
- Added the
422non-success response.
PATCH /segments/{segmentId}
- Added the
422non-success response.
PUT /segments/{segmentId}
- Added the
422non-success response.
PUT /segments/{segmentId}/conditions/{conditionId}
- Added the
422non-success response.
GET /studio-recommender-blocks
- Added the
422non-success response.
POST /studio-recommender-blocks
- Added the
422non-success response.
DELETE /studio-recommender-blocks/{studioRecommenderBlockId}
- Added the
422non-success response.
GET /studio-recommender-blocks/{studioRecommenderBlockId}
- Added the
422non-success response.
PATCH /studio-recommender-blocks/{studioRecommenderBlockId}
- Added the
422non-success response.
PUT /studio-recommender-blocks/{studioRecommenderBlockId}
- Added the
422non-success response.
GET /tags
- Added the
422non-success response.
GET /targeting-rules
- Added the
422non-success response.
POST /targeting-rules
- Added the
422non-success response.
GET /targeting-rules/{targetingRuleId}
- Added the
422non-success response.
PATCH /targeting-rules/{targetingRuleId}
- Added the
422non-success response.
PUT /targeting-rules/{targetingRuleId}
- Added the
422non-success response.
GET /templates
- Added the
422non-success response.
POST /templates
- Added the
422non-success response.
Segments, Site Variables, and Sites
- Added the
422non-success response to all endpoints for/segments,/site-variable, and/sites.
Templates
- Added the
422non-success response to all endpoints for/templates, including the simulation endpoint.
Variations
- Added the
422non-success response to all/variationsendpoints. - Added the optional
promptproperty to the response for several endpoints (status200or201).
Widget Studio
- Added the
422non-success response to all endpoints for/widget-studioand/widget-studio-templates.
August 2025
Release 500
POST /templates/simulate/{widgetId}
- Added endpoint.
Release 496
GET /segments
- Added the optional response property
/items/userVisible(status200).
POST /segments
- Added the optional request property
userVisible. - Added the optional response property
userVisible(status201).
POST /segments/search
- Added the optional response property
/items/userVisible(status200).
GET /segments/{segmentId}
- Added the optional response property
userVisible(status200).
PATCH /segments/{segmentId}
- Added the optional response property
userVisible(status200).
PUT /segments/{segmentId}
- Added the optional request property
userVisible. - Added the optional response property
userVisible(status200).
GET /targeting-rules
- Added endpoint.
POST /targeting-rules
- Added endpoint.
GET /targeting-rules/{targetingRuleId}
- Added endpoint.
PATCH /targeting-rules/{targetingRuleId}
- Added endpoint.
PUT /targeting-rules/{targetingRuleId}
- Added endpoint.
July 2025
Release 493
GET /goals
- Added the new
FEATURE_FLAGenum value to the/items/accessLimiters/items/accessHolderresponse property for the response status200
POST /goals
- Added the new
FEATURE_FLAGenum value to theaccessLimiters/items/accessHolderresponse property for the response status201 - Added the new
FEATURE_FLAGenum value to the request propertyaccessLimiters/items/accessHolder
POST /goals/search
- Added the new
FEATURE_FLAGenum value to the/items/accessLimiters/items/accessHolderresponse property for the response status200
GET /goals/{goalId}
- Added the new
FEATURE_FLAGenum value to theaccessLimiters/items/accessHolderresponse property for the response status200
PATCH /goals/{goalId}
- Added the new
FEATURE_FLAGenum value to theaccessLimiters/items/accessHolderresponse property for the response status200
PUT /goals/{goalId}
- Added the new
FEATURE_FLAGenum value to theaccessLimiters/items/accessHolderresponse property for the response status200 - Added the new
FEATURE_FLAGenum value to the request propertyaccessLimiters/items/accessHolder
Release 490
GET /experiments
- Added the new
PROMPTenum value to the/items/typeresponse property for the response status200
POST /experiments
- Added the new
PROMPTenum value to thetyperesponse property for the response status201 - Added the new
PROMPTenum value to the request propertytype
GET /experiments/{experimentId}
- Added the new
PROMPTenum value to thetyperesponse property for the response status200
PATCH /experiments/{experimentId}
- Added the new
PROMPTenum value to thetyperesponse property for the response status200
POST /experiments/{experimentId}/clone
- Added the new
PROMPTenum value to thetyperesponse property for the response status201
POST /experiments/{experimentId}/init-export
- Added
#/components/schemas/ContaminatedVisitorFilterto thefilters/items/request propertyoneOflist.
POST /experiments/{experimentId}/results
- Added
#/components/schemas/ContaminatedVisitorFilterto thefilters/items/request propertyoneOflist.
POST /experiments/{experimentId}/results/share
- Added
#/components/schemas/ContaminatedVisitorFilterto thepayload/filters/items/response propertyoneOflist for the response status200 - Added
#/components/schemas/ContaminatedVisitorFilterto thefilters/items/request propertyoneOflist.
POST /feature-flags/{featureFlagId}/results
- Added
#/components/schemas/ContaminatedVisitorFilterto thefilters/items/request propertyoneOflist.
POST /feature-flags/{featureFlagId}/results/share
- Added
#/components/schemas/ContaminatedVisitorFilterto thepayload/filters/items/response propertyoneOflist for the response status200 - Added
#/components/schemas/ContaminatedVisitorFilterto thefilters/items/request propertyoneOflist.
POST /personalizations/{personalizationId}/init-export
- Added
#/components/schemas/ContaminatedVisitorFilterto thefilters/items/request propertyoneOflist.
POST /personalizations/{personalizationId}/results
- Added
#/components/schemas/ContaminatedVisitorFilterto thefilters/items/request propertyoneOflist.
POST /personalizations/{personalizationId}/results/share
- Added
#/components/schemas/ContaminatedVisitorFilterto thepayload/filters/items/response propertyoneOflist for the response status200 - Added
#/components/schemas/ContaminatedVisitorFilterto thefilters/items/request propertyoneOflist.
GET /survey/{siteId}/{formId}/csv
- Added endpoint.
Release 489
GET /studio-recommender-blocks
- Removed the optional property
/items/recommenderLimitfrom the response with the200status.
POST /studio-recommender-blocks
- Removed the
recommenderLimitrequest property. - Removed the optional property
recommenderLimitfrom the response with the201status.
GET /studio-recommender-blocks/{studioRecommenderBlockId}
- Removed the optional property
recommenderLimitfrom the response with the200status.
PATCH /studio-recommender-blocks/{studioRecommenderBlockId}
- Removed the
recommenderLimitrequest property. - Removed the optional property
recommenderLimitfrom the response with the200status.
PUT /studio-recommender-blocks/{studioRecommenderBlockId}
- Removed the
recommenderLimitrequest property. - Removed the optional property
recommenderLimitfrom the response with the200status.
PATCH /templates/{templateId}
- Removed the
surveyDataConfig/requestSettings/namerequest property.
Release 484
GET /key-moments
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple properties. - Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom the/items/conditionsData/firstLevel/items/conditions/items/response propertyoneOflist for the response status200
POST /key-moments
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple targeting properties. - Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom theconditionsData/firstLevel/items/conditions/items/request propertyoneOflist. - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple properties. - Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom theconditionsData/firstLevel/items/conditions/items/response propertyoneOflist for the response status201
GET /key-moments/{keyMomentId}
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple properties. - Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom theconditionsData/firstLevel/items/conditions/items/response propertyoneOflist for the response status200
GET /segments
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple properties. - Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom the/items/conditionsData/firstLevel/items/conditions/items/response propertyoneOflist for the response status200
POST /segments
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple targeting properties. - Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom theconditionsData/firstLevel/items/conditions/items/request propertyoneOflist. - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple properties. - Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom theconditionsData/firstLevel/items/conditions/items/response propertyoneOflist for the response status201
POST /segments/search
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple properties. - Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom the/items/conditionsData/firstLevel/items/conditions/items/response propertyoneOflist for the response status200
GET /segments/{segmentId}
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple properties. - Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom theconditionsData/firstLevel/items/conditions/items/response propertyoneOflist for the response status200
PATCH /segments/{segmentId}
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple properties. - Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom theconditionsData/firstLevel/items/conditions/items/response propertyoneOflist for the response status200
PUT /segments/{segmentId}
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple targeting properties. - Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom theconditionsData/firstLevel/items/conditions/items/request propertyoneOflist. - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple properties. - Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom theconditionsData/firstLevel/items/conditions/items/response propertyoneOflist for the response status200
PUT /segments/{segmentId}/conditions/{conditionId}
- Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom the request bodyoneOflist. - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple targeting properties. - Removed
#/components/schemas/EXCLUSIVE_FEATURE_FLAGfrom the response bodyoneOflist for the response status200 - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from multiple properties.
GET /sites
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from the/items/audienceConfig/excludedTargetingTypeList/items/response property for the response status200 - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from the/items/audienceConfig/includedTargetingTypeList/items/response property for the response status200
POST /sites
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/excludedTargetingTypeList/items/request property. - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/includedTargetingTypeList/items/request property. - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/excludedTargetingTypeList/items/response property for the response status201 - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/includedTargetingTypeList/items/response property for the response status201
GET /sites/byCode/{siteCode}
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/excludedTargetingTypeList/items/response property for the response status200 - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/includedTargetingTypeList/items/response property for the response status200
GET /sites/{siteId}
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/excludedTargetingTypeList/items/response property for the response status200 - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/includedTargetingTypeList/items/response property for the response status200
PATCH /sites/{siteId}
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/excludedTargetingTypeList/items/response property for the response status200 - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/includedTargetingTypeList/items/response property for the response status200
PUT /sites/{siteId}
- Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/excludedTargetingTypeList/items/request property. - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/includedTargetingTypeList/items/request property. - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/excludedTargetingTypeList/items/response property for the response status200 - Removed the
EXCLUSIVE_FEATURE_FLAGenum value from theaudienceConfig/includedTargetingTypeList/items/response property for the response status200
June 2025
Release 480
GET /experiments
- Added the optional response property
/items/mvtVariations(status200).
POST /experiments
- Added the optional request property
mvtVariations. - Added the optional response property
mvtVariations(status201).
GET /experiments/{experimentId}
- Added the optional response property
mvtVariations(status200).
PATCH /experiments/{experimentId}
- Added the optional response property
mvtVariations(status200).
POST /experiments/{experimentId}/clone
- Added the optional response property
mvtVariations(status201).
GET /feature-flags
- Removed the
OUTDATEDenum value from the/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/statusresponse property for the response status200 - Removed the
OUTDATEDenum value from the/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/statusresponse property for the response status200 - Removed the
OUTDATEDenum value from the/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/statusresponse property for the response status200
POST /feature-flags
- Removed the enum value
OUTDATEDof the request read-only propertyenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/status - Removed the enum value
OUTDATEDof the request read-only propertyenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/status - Removed the enum value
OUTDATEDof the request read-only propertyenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/status - Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/statusresponse property for the response status201 - Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/statusresponse property for the response status201 - Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/statusresponse property for the response status201
POST /feature-flags/search
- Removed the
OUTDATEDenum value from the/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/statusresponse property for the response status200 - Removed the
OUTDATEDenum value from the/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/statusresponse property for the response status200 - Removed the
OUTDATEDenum value from the/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/statusresponse property for the response status200
GET /feature-flags/{siteCode}/{featureKey}
- Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/statusresponse property for the response status200 - Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/statusresponse property for the response status200 - Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/statusresponse property for the response status200
PATCH /feature-flags/{siteCode}/{featureKey}
- Removed the enum value
OUTDATEDof the request read-only propertyenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/status - Removed the enum value
OUTDATEDof the request read-only propertyenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/status - Removed the enum value
OUTDATEDof the request read-only propertyenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/status - Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/statusresponse property for the response status200 - Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/statusresponse property for the response status200 - Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/statusresponse property for the response status200
POST /feature-flags/{siteCode}/{featureKey}/duplicate
- Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/statusresponse property for the response status201 - Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/statusresponse property for the response status201 - Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/statusresponse property for the response status201
PATCH /feature-flags/{siteCode}/{featureKey}/{environmentKey}
- Removed the enum value
OUTDATEDof the request read-only propertyrolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/status - Removed the enum value
OUTDATEDof the request read-only propertyrolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/status - Removed the enum value
OUTDATEDof the request read-only propertyrolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/status - Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/statusresponse property for the response status200 - Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/statusresponse property for the response status200 - Removed the
OUTDATEDenum value from theenvironmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/statusresponse property for the response status200
May 2025
Release 477
GET /experiments
- Added the new
ALL_VISITORSenum value to the/items/targetingConfigurationresponse property for the response status200 - Added the optional response property
/items/targetingRuleId(status200).
POST /experiments
- Added the new
ALL_VISITORSenum value to thetargetingConfigurationresponse property for the response status201 - Added the optional request property
targetingRuleId. - Added the new
ALL_VISITORSenum value to the request propertytargetingConfiguration - Added the optional response property
targetingRuleId(status201).
GET /experiments/{experimentId}
- Added the new
ALL_VISITORSenum value to thetargetingConfigurationresponse property for the response status200 - Added the optional response property
targetingRuleId(status200).
PATCH /experiments/{experimentId}
- Added the new
ALL_VISITORSenum value to thetargetingConfigurationresponse property for the response status200 - Added the new
ALL_VISITORSenum value to the request propertytargetingConfiguration - Added the optional response property
targetingRuleId(status200).
POST /experiments/{experimentId}/clone
- Added the new
ALL_VISITORSenum value to thetargetingConfigurationresponse property for the response status201 - Added the optional response property
targetingRuleId(status201).
Release 473
GET /images
- Added the optional response property
/items/altText(status200). - Added the optional response property
/items/description(status200). - Added the optional response property
/items/tags(status200).
POST /images/multiple
- Added endpoint.
GET /images/{imageId}
- Added the optional response property
altText(status200). - Added the optional response property
description(status200). - Added the optional response property
tags(status200).
PATCH /images/{imageId}
- Added the optional response property
altText(status200). - Added the optional response property
description(status200). - Added the optional response property
tags(status200).
POST /images/{imageId}/clone
- Added the optional response property
altText(status200). - Added the optional response property
description(status200). - Added the optional response property
tags(status200).
POST /images/{siteId}/uploadImage
- Added the optional request property
alt-text. - Added the optional request property
description. - Added the optional request property
name. - Added the optional request property
tags. - Added the optional response property
altText(status200). - Added the optional response property
description(status200). - Added the optional response property
tags(status200).
GET /personalizations
- Added the optional response property
/items/imageInPage/image/altText(status200). - Added the optional response property
/items/imageInPage/image/description(status200). - Added the optional response property
/items/imageInPage/image/tags(status200). - Added the optional response property
/items/popIn/image/altText(status200). - Added the optional response property
/items/popIn/image/description(status200). - Added the optional response property
/items/popIn/image/tags(status200). - Added the optional response property
/items/popIn/imageDesktop/altText(status200). - Added the optional response property
/items/popIn/imageDesktop/description(status200). - Added the optional response property
/items/popIn/imageDesktop/tags(status200). - Added the optional response property
/items/popIn/imageMobile/altText(status200). - Added the optional response property
/items/popIn/imageMobile/description(status200). - Added the optional response property
/items/popIn/imageMobile/tags(status200). - Added the optional response property
/items/popIn/imageTablet/altText(status200). - Added the optional response property
/items/popIn/imageTablet/description(status200). - Added the optional response property
/items/popIn/imageTablet/tags(status200). - Added the optional response property
/items/stickyBlock/image/altText(status200). - Added the optional response property
/items/stickyBlock/image/description(status200). - Added the optional response property
/items/stickyBlock/image/tags(status200). - Added the optional response property
/items/stickyBlock/imageDesktop/altText(status200). - Added the optional response property
/items/stickyBlock/imageDesktop/description(status200). - Added the optional response property
/items/stickyBlock/imageDesktop/tags(status200). - Added the optional response property
/items/stickyBlock/imageMobile/altText(status200). - Added the optional response property
/items/stickyBlock/imageMobile/description(status200). - Added the optional response property
/items/stickyBlock/imageMobile/tags(status200). - Added the optional response property
/items/stickyBlock/imageTablet/altText(status200). - Added the optional response property
/items/stickyBlock/imageTablet/description(status200). - Added the optional response property
/items/stickyBlock/imageTablet/tags(status200).
POST /personalizations
- Added the optional request property
imageInPage/image/altText. - Added the optional request property
imageInPage/image/description. - Added the optional request property
imageInPage/image/tags. - Added the optional request property
popIn/image/altText. - Added the optional request property
popIn/image/description. - Added the optional request property
popIn/image/tags. - Added the optional request property
popIn/imageDesktop/altText. - Added the optional request property
popIn/imageDesktop/description. - Added the optional request property
popIn/imageDesktop/tags. - Added the optional request property
popIn/imageMobile/altText. - Added the optional request property
popIn/imageMobile/description. - Added the optional request property
popIn/imageMobile/tags. - Added the optional request property
popIn/imageTablet/altText. - Added the optional request property
popIn/imageTablet/description. - Added the optional request property
popIn/imageTablet/tags. - Added the optional request property
stickyBlock/image/altText. - Added the optional request property
stickyBlock/image/description. - Added the optional request property
stickyBlock/image/tags. - Added the optional request property
stickyBlock/imageDesktop/altText. - Added the optional request property
stickyBlock/imageDesktop/description. - Added the optional request property
stickyBlock/imageDesktop/tags. - Added the optional request property
stickyBlock/imageMobile/altText. - Added the optional request property
stickyBlock/imageMobile/description. - Added the optional request property
stickyBlock/imageMobile/tags. - Added the optional request property
stickyBlock/imageTablet/altText. - Added the optional request property
stickyBlock/imageTablet/description. - Added the optional request property
stickyBlock/imageTablet/tags. - Added the optional response property
imageInPage/image/altText(status201). - Added the optional response property
imageInPage/image/description(status201). - Added the optional response property
imageInPage/image/tags(status201). - Added the optional response property
popIn/image/altText(status201). - Added the optional response property
popIn/image/description(status201). - Added the optional response property
popIn/image/tags(status201). - Added the optional response property
popIn/imageDesktop/altText(status201). - Added the optional response property
popIn/imageDesktop/description(status201). - Added the optional response property
popIn/imageDesktop/tags(status201). - Added the optional response property
popIn/imageMobile/altText(status201). - Added the optional response property
popIn/imageMobile/description(status201). - Added the optional response property
popIn/imageMobile/tags(status201). - Added the optional response property
popIn/imageTablet/altText(status201). - Added the optional response property
popIn/imageTablet/description(status201). - Added the optional response property
popIn/imageTablet/tags(status201). - Added the optional response property
stickyBlock/image/altText(status201). - Added the optional response property
stickyBlock/image/description(status201). - Added the optional response property
stickyBlock/image/tags(status201). - Added the optional response property
stickyBlock/imageDesktop/altText(status201). - Added the optional response property
stickyBlock/imageDesktop/description(status201). - Added the optional response property
stickyBlock/imageDesktop/tags(status201). - Added the optional response property
stickyBlock/imageMobile/altText(status201). - Added the optional response property
stickyBlock/imageMobile/description(status201). - Added the optional response property
stickyBlock/imageMobile/tags(status201). - Added the optional response property
stickyBlock/imageTablet/altText(status201). - Added the optional response property
stickyBlock/imageTablet/description(status201). - Added the optional response property
stickyBlock/imageTablet/tags(status201).
GET /personalizations/{personalizationId}
- Added the optional response property
imageInPage/image/altText(status200). - Added the optional response property
imageInPage/image/description(status200). - Added the optional response property
imageInPage/image/tags(status200). - Added the optional response property
popIn/image/altText(status200). - Added the optional response property
popIn/image/description(status200). - Added the optional response property
popIn/image/tags(status200). - Added the optional response property
popIn/imageDesktop/altText(status200). - Added the optional response property
popIn/imageDesktop/description(status200). - Added the optional response property
popIn/imageDesktop/tags(status200). - Added the optional response property
popIn/imageMobile/altText(status200). - Added the optional response property
popIn/imageMobile/description(status200). - Added the optional response property
popIn/imageMobile/tags(status200). - Added the optional response property
popIn/imageTablet/altText(status200). - Added the optional response property
popIn/imageTablet/description(status200). - Added the optional response property
popIn/imageTablet/tags(status200). - Added the optional response property
stickyBlock/image/altText(status200). - Added the optional response property
stickyBlock/image/description(status200). - Added the optional response property
stickyBlock/image/tags(status200). - Added the optional response property
stickyBlock/imageDesktop/altText(status200). - Added the optional response property
stickyBlock/imageDesktop/description(status200). - Added the optional response property
stickyBlock/imageDesktop/tags(status200). - Added the optional response property
stickyBlock/imageMobile/altText(status200). - Added the optional response property
stickyBlock/imageMobile/description(status200). - Added the optional response property
stickyBlock/imageMobile/tags(status200). - Added the optional response property
stickyBlock/imageTablet/altText(status200). - Added the optional response property
stickyBlock/imageTablet/description(status200). - Added the optional response property
stickyBlock/imageTablet/tags(status200).
PATCH /personalizations/{personalizationId}
- Added the optional response property
imageInPage/image/altText(status200). - Added the optional response property
imageInPage/image/description(status200). - Added the optional response property
imageInPage/image/tags(status200). - Added the optional response property
popIn/image/altText(status200). - Added the optional response property
popIn/image/description(status200). - Added the optional response property
popIn/image/tags(status200). - Added the optional response property
popIn/imageDesktop/altText(status200). - Added the optional response property
popIn/imageDesktop/description(status200). - Added the optional response property
popIn/imageDesktop/tags(status200). - Added the optional response property
popIn/imageMobile/altText(status200). - Added the optional response property
popIn/imageMobile/description(status200). - Added the optional response property
popIn/imageMobile/tags(status200). - Added the optional response property
popIn/imageTablet/altText(status200). - Added the optional response property
popIn/imageTablet/description(status200). - Added the optional response property
popIn/imageTablet/tags(status200). - Added the optional response property
stickyBlock/image/altText(status200). - Added the optional response property
stickyBlock/image/description(status200). - Added the optional response property
stickyBlock/image/tags(status200). - Added the optional response property
stickyBlock/imageDesktop/altText(status200). - Added the optional response property
stickyBlock/imageDesktop/description(status200). - Added the optional response property
stickyBlock/imageDesktop/tags(status200). - Added the optional response property
stickyBlock/imageMobile/altText(status200). - Added the optional response property
stickyBlock/imageMobile/description(status200). - Added the optional response property
stickyBlock/imageMobile/tags(status200). - Added the optional response property
stickyBlock/imageTablet/altText(status200). - Added the optional response property
stickyBlock/imageTablet/description(status200). - Added the optional response property
stickyBlock/imageTablet/tags(status200).
POST /personalizations/{personalizationId}/clone
- Added the optional response property
imageInPage/image/altText(status201). - Added the optional response property
imageInPage/image/description(status201). - Added the optional response property
imageInPage/image/tags(status201). - Added the optional response property
popIn/image/altText(status201). - Added the optional response property
popIn/image/description(status201). - Added the optional response property
popIn/image/tags(status201). - Added the optional response property
popIn/imageDesktop/altText(status201). - Added the optional response property
popIn/imageDesktop/description(status201). - Added the optional response property
popIn/imageDesktop/tags(status201). - Added the optional response property
popIn/imageMobile/altText(status201). - Added the optional response property
popIn/imageMobile/description(status201). - Added the optional response property
popIn/imageMobile/tags(status201). - Added the optional response property
popIn/imageTablet/altText(status201). - Added the optional response property
popIn/imageTablet/description(status201). - Added the optional response property
popIn/imageTablet/tags(status201). - Added the optional response property
stickyBlock/image/altText(status201). - Added the optional response property
stickyBlock/image/description(status201). - Added the optional response property
stickyBlock/image/tags(status201). - Added the optional response property
stickyBlock/imageDesktop/altText(status201). - Added the optional response property
stickyBlock/imageDesktop/description(status201). - Added the optional response property
stickyBlock/imageDesktop/tags(status201). - Added the optional response property
stickyBlock/imageMobile/altText(status201). - Added the optional response property
stickyBlock/imageMobile/description(status201). - Added the optional response property
stickyBlock/imageMobile/tags(status201). - Added the optional response property
stickyBlock/imageTablet/altText(status201). - Added the optional response property
stickyBlock/imageTablet/description(status201). - Added the optional response property
stickyBlock/imageTablet/tags(status201).
April 2025
Release 460
GET /feature-flags
- Added the optional response property
/items/hashAttribute(status200).
POST /feature-flags
- Added the optional request property
hashAttribute. - Added the optional response property
hashAttribute(status201).
POST /feature-flags/search
- Added the optional response property
/items/hashAttribute(status200).
GET /feature-flags/{siteCode}/{featureKey}
- Added the optional response property
hashAttribute(status200).
PATCH /feature-flags/{siteCode}/{featureKey}
- Added the optional request property
hashAttribute. - Added the optional response property
hashAttribute(status200).
POST /feature-flags/{siteCode}/{featureKey}/duplicate
- Added the optional response property
hashAttribute(status201).
PATCH /feature-flags/{siteCode}/{featureKey}/{environmentKey}
- Added the optional request property
hashAttribute. - Added the optional response property
hashAttribute(status200).
GET /goals
- Added the optional response property
/items/customDatas(status200). - Added the optional response property
/items/holdoutAmount(status200). - Added the optional response property
/items/holdouts(status200).
POST /goals
- Added the optional request property
customDatas. - Added the optional response property
customDatas(status201). - Added the optional response property
holdoutAmount(status201). - Added the optional response property
holdouts(status201).
POST /goals/search
- Added the optional response property
/items/customDatas(status200). - Added the optional response property
/items/holdoutAmount(status200). - Added the optional response property
/items/holdouts(status200).
GET /goals/{goalId}
- Added the optional response property
customDatas(status200). - Added the optional response property
holdoutAmount(status200). - Added the optional response property
holdouts(status200).
PATCH /goals/{goalId}
- Added the optional response property
customDatas(status200). - Added the optional response property
holdoutAmount(status200). - Added the optional response property
holdouts(status200).
PUT /goals/{goalId}
- Added the optional request property
customDatas. - Added the optional response property
customDatas(status200). - Added the optional response property
holdoutAmount(status200). - Added the optional response property
holdouts(status200).
GET /personalizations
- Added the optional response property
/items/widget/surveyDataConfig/fields/items/isDeprecated(status200). - Added the optional response property
/items/widget/surveyDataConfig/fields/items/parentId(status200). - The response property
/items/widget/surveyDataConfig/fields/items/idbecame required for the status200 - The response property
/items/widget/surveyDataConfig/fields/items/namebecame required for the status200 - The response property
/items/widget/surveyDataConfig/fields/items/valueTypebecame required for the status200 - Added the required property
/items/widget/surveyDataConfig/fields/items/elementIdto the response with the200status. - Added the required property
/items/widget/surveyDataConfig/isCollectDatato the response with the200status.
POST /personalizations
- Added the new required request property
widget/surveyDataConfig/fields/items/elementId - Added the new required request property
widget/surveyDataConfig/isCollectData - The request property
widget/surveyDataConfig/fields/items/idbecame required. - The request property
widget/surveyDataConfig/fields/items/namebecame required. - The request property
widget/surveyDataConfig/fields/items/valueTypebecame required. - Added the optional request property
widget/surveyDataConfig/fields/items/isDeprecated. - Added the optional request property
widget/surveyDataConfig/fields/items/parentId. - Added the optional response property
widget/surveyDataConfig/fields/items/isDeprecated(status201). - Added the optional response property
widget/surveyDataConfig/fields/items/parentId(status201). - The response property
widget/surveyDataConfig/fields/items/idbecame required for the status201 - The response property
widget/surveyDataConfig/fields/items/namebecame required for the status201 - The response property
widget/surveyDataConfig/fields/items/valueTypebecame required for the status201 - Added the required property
widget/surveyDataConfig/fields/items/elementIdto the response with the201status. - Added the required property
widget/surveyDataConfig/isCollectDatato the response with the201status.
GET /personalizations/{personalizationId}
- Added the optional response property
widget/surveyDataConfig/fields/items/isDeprecated(status200). - Added the optional response property
widget/surveyDataConfig/fields/items/parentId(status200). - The response property
widget/surveyDataConfig/fields/items/idbecame required for the status200 - The response property
widget/surveyDataConfig/fields/items/namebecame required for the status200 - The response property
widget/surveyDataConfig/fields/items/valueTypebecame required for the status200 - Added the required property
widget/surveyDataConfig/fields/items/elementIdto the response with the200status. - Added the required property
widget/surveyDataConfig/isCollectDatato the response with the200status.
PATCH /personalizations/{personalizationId}
- Added the optional response property
widget/surveyDataConfig/fields/items/isDeprecated(status200). - Added the optional response property
widget/surveyDataConfig/fields/items/parentId(status200). - The response property
widget/surveyDataConfig/fields/items/idbecame required for the status200 - The response property
widget/surveyDataConfig/fields/items/namebecame required for the status200 - The response property
widget/surveyDataConfig/fields/items/valueTypebecame required for the status200 - Added the required property
widget/surveyDataConfig/fields/items/elementIdto the response with the200status. - Added the required property
widget/surveyDataConfig/isCollectDatato the response with the200status.
POST /personalizations/{personalizationId}/clone
- Added the optional response property
widget/surveyDataConfig/fields/items/isDeprecated(status201). - Added the optional response property
widget/surveyDataConfig/fields/items/parentId(status201). - The response property
widget/surveyDataConfig/fields/items/idbecame required for the status201 - The response property
widget/surveyDataConfig/fields/items/namebecame required for the status201 - The response property
widget/surveyDataConfig/fields/items/valueTypebecame required for the status201 - Added the required property
widget/surveyDataConfig/fields/items/elementIdto the response with the201status. - Added the required property
widget/surveyDataConfig/isCollectDatato the response with the201status.
GET /templates
- Added the optional response property
/items/surveyDataConfig/fields/items/isDeprecated(status200). - Added the optional response property
/items/surveyDataConfig/fields/items/parentId(status200). - The response property
/items/surveyDataConfig/fields/items/idbecame required for the status200 - The response property
/items/surveyDataConfig/fields/items/namebecame required for the status200 - The response property
/items/surveyDataConfig/fields/items/valueTypebecame required for the status200 - Added the required property
/items/surveyDataConfig/fields/items/elementIdto the response with the200status. - Added the required property
/items/surveyDataConfig/isCollectDatato the response with the200status.
POST /templates
- Added the new required request property
surveyDataConfig/fields/items/elementId - Added the new required request property
surveyDataConfig/isCollectData - The request property
surveyDataConfig/fields/items/idbecame required. - The request property
surveyDataConfig/fields/items/namebecame required. - The request property
surveyDataConfig/fields/items/valueTypebecame required. - Added the optional request property
surveyDataConfig/fields/items/isDeprecated. - Added the optional request property
surveyDataConfig/fields/items/parentId. - Added the optional response property
surveyDataConfig/fields/items/isDeprecated(status201). - Added the optional response property
surveyDataConfig/fields/items/parentId(status201). - The response property
surveyDataConfig/fields/items/idbecame required for the status201 - The response property
surveyDataConfig/fields/items/namebecame required for the status201 - The response property
surveyDataConfig/fields/items/valueTypebecame required for the status201 - Added the required property
surveyDataConfig/fields/items/elementIdto the response with the201status. - Added the required property
surveyDataConfig/isCollectDatato the response with the201status.
GET /templates/{templateId}
- Added the optional response property
surveyDataConfig/fields/items/isDeprecated(status200). - Added the optional response property
surveyDataConfig/fields/items/parentId(status200). - The response property
surveyDataConfig/fields/items/idbecame required for the status200 - The response property
surveyDataConfig/fields/items/namebecame required for the status200 - The response property
surveyDataConfig/fields/items/valueTypebecame required for the status200 - Added the required property
surveyDataConfig/fields/items/elementIdto the response with the200status. - Added the required property
surveyDataConfig/isCollectDatato the response with the200status.
PATCH /templates/{templateId}
- Added the new required request property
surveyDataConfig/fields/items/elementId - Added the new required request property
surveyDataConfig/isCollectData - The request property
surveyDataConfig/fields/items/idbecame required. - The request property
surveyDataConfig/fields/items/namebecame required. - The request property
surveyDataConfig/fields/items/valueTypebecame required. - Added the optional request property
surveyDataConfig/fields/items/isDeprecated. - Added the optional request property
surveyDataConfig/fields/items/parentId. - Added the optional response property
surveyDataConfig/fields/items/isDeprecated(status200). - Added the optional response property
surveyDataConfig/fields/items/parentId(status200). - The response property
surveyDataConfig/fields/items/idbecame required for the status200 - The response property
surveyDataConfig/fields/items/namebecame required for the status200 - The response property
surveyDataConfig/fields/items/valueTypebecame required for the status200 - Added the required property
surveyDataConfig/fields/items/elementIdto the response with the200status. - Added the required property
surveyDataConfig/isCollectDatato the response with the200status.
PUT /templates/{templateId}
- Added the new required request property
surveyDataConfig/fields/items/elementId - Added the new required request property
surveyDataConfig/isCollectData - The request property
surveyDataConfig/fields/items/idbecame required. - The request property
surveyDataConfig/fields/items/namebecame required. - The request property
surveyDataConfig/fields/items/valueTypebecame required. - Added the optional request property
surveyDataConfig/fields/items/isDeprecated. - Added the optional request property
surveyDataConfig/fields/items/parentId. - Added the optional response property
surveyDataConfig/fields/items/isDeprecated(status200). - Added the optional response property
surveyDataConfig/fields/items/parentId(status200). - The response property
surveyDataConfig/fields/items/idbecame required for the status200 - The response property
surveyDataConfig/fields/items/namebecame required for the status200 - The response property
surveyDataConfig/fields/items/valueTypebecame required for the status200 - Added the required property
surveyDataConfig/fields/items/elementIdto the response with the200status. - Added the required property
surveyDataConfig/isCollectDatato the response with the200status.
Release 459
POST /experiments/{experimentId}/results/shareable-ui-link
- Added endpoint.
GET /personalizations
- The response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/idbecame optional for the status200 - Removed the required property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/scopefrom the response with the200status. - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/createdById(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/customEvalCode(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/dateCreated(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/description(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/format(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/isConstant(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/isLearnable(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/modificationDate(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/siteCode(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/tags(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/tcVariableName(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName(status200). - Added the optional response property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/type(status200). - The response optional property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only for the status200 - Added the required property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/methodto the response with the200status. - Added the required property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/siteIdto the response with the200status. - The response required property
/items/widget/surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only for the status200
POST /personalizations
- Added the new required request property
widget/surveyDataConfig/requestSettings/headers/items/customData/method - Added the new required request property
widget/surveyDataConfig/requestSettings/headers/items/customData/siteId - The response property
widget/surveyDataConfig/requestSettings/headers/items/customData/idbecame optional for the status201 - Removed the required property
widget/surveyDataConfig/requestSettings/headers/items/customData/scopefrom the response with the201status. - Removed the
widget/surveyDataConfig/requestSettings/headers/items/customData/scoperequest property. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/customEvalCode. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/description. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/format. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/isConstant. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/isLearnable. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/tags. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/tcVariableName. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName. - Added the optional request property
widget/surveyDataConfig/requestSettings/headers/items/customData/type. - The request optional property
widget/surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only. - The request required property
widget/surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only. - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/createdById(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/customEvalCode(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/dateCreated(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/description(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/format(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isConstant(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isLearnable(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/modificationDate(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/siteCode(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/tags(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/tcVariableName(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/type(status201). - The response optional property
widget/surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only for the status201 - Added the required property
widget/surveyDataConfig/requestSettings/headers/items/customData/methodto the response with the201status. - Added the required property
widget/surveyDataConfig/requestSettings/headers/items/customData/siteIdto the response with the201status. - The response required property
widget/surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only for the status201
GET /personalizations/{personalizationId}
- The response property
widget/surveyDataConfig/requestSettings/headers/items/customData/idbecame optional for the status200 - Removed the required property
widget/surveyDataConfig/requestSettings/headers/items/customData/scopefrom the response with the200status. - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/createdById(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/customEvalCode(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/dateCreated(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/description(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/format(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isConstant(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isLearnable(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/modificationDate(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/siteCode(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/tags(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/tcVariableName(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/type(status200). - The response optional property
widget/surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only for the status200 - Added the required property
widget/surveyDataConfig/requestSettings/headers/items/customData/methodto the response with the200status. - Added the required property
widget/surveyDataConfig/requestSettings/headers/items/customData/siteIdto the response with the200status. - The response required property
widget/surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only for the status200
PATCH /personalizations/{personalizationId}
- The response property
widget/surveyDataConfig/requestSettings/headers/items/customData/idbecame optional for the status200 - Removed the required property
widget/surveyDataConfig/requestSettings/headers/items/customData/scopefrom the response with the200status. - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/createdById(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/customEvalCode(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/dateCreated(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/description(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/format(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isConstant(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isLearnable(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/modificationDate(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/siteCode(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/tags(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/tcVariableName(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName(status200). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/type(status200). - The response optional property
widget/surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only for the status200 - Added the required property
widget/surveyDataConfig/requestSettings/headers/items/customData/methodto the response with the200status. - Added the required property
widget/surveyDataConfig/requestSettings/headers/items/customData/siteIdto the response with the200status. - The response required property
widget/surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only for the status200
POST /personalizations/{personalizationId}/clone
- The response property
widget/surveyDataConfig/requestSettings/headers/items/customData/idbecame optional for the status201 - Removed the required property
widget/surveyDataConfig/requestSettings/headers/items/customData/scopefrom the response with the201status. - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/createdById(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/customEvalCode(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/dateCreated(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/description(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/format(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isConstant(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isLearnable(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/modificationDate(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/siteCode(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/tags(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/tcVariableName(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName(status201). - Added the optional response property
widget/surveyDataConfig/requestSettings/headers/items/customData/type(status201). - The response optional property
widget/surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only for the status201 - Added the required property
widget/surveyDataConfig/requestSettings/headers/items/customData/methodto the response with the201status. - Added the required property
widget/surveyDataConfig/requestSettings/headers/items/customData/siteIdto the response with the201status. - The response required property
widget/surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only for the status201
GET /templates
- The response property
/items/surveyDataConfig/requestSettings/headers/items/customData/idbecame optional for the status200 - Removed the required property
/items/surveyDataConfig/requestSettings/headers/items/customData/scopefrom the response with the200status. - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/createdById(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/customEvalCode(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/dateCreated(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/description(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/format(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/isConstant(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/isLearnable(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/modificationDate(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/siteCode(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/tags(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/tcVariableName(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName(status200). - Added the optional response property
/items/surveyDataConfig/requestSettings/headers/items/customData/type(status200). - The response optional property
/items/surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only for the status200 - Added the required property
/items/surveyDataConfig/requestSettings/headers/items/customData/methodto the response with the200status. - Added the required property
/items/surveyDataConfig/requestSettings/headers/items/customData/siteIdto the response with the200status. - The response required property
/items/surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only for the status200
POST /templates
- Added the new required request property
surveyDataConfig/requestSettings/headers/items/customData/method - Added the new required request property
surveyDataConfig/requestSettings/headers/items/customData/siteId - The response property
surveyDataConfig/requestSettings/headers/items/customData/idbecame optional for the status201 - Removed the required property
surveyDataConfig/requestSettings/headers/items/customData/scopefrom the response with the201status. - Removed the
surveyDataConfig/requestSettings/headers/items/customData/scoperequest property. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/customEvalCode. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/description. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/format. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/isConstant. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/isLearnable. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/tags. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/tcVariableName. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/type. - The request optional property
surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only. - The request required property
surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only. - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/createdById(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/customEvalCode(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/dateCreated(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/description(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/format(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isConstant(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isLearnable(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/modificationDate(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/siteCode(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/tags(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/tcVariableName(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName(status201). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/type(status201). - The response optional property
surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only for the status201 - Added the required property
surveyDataConfig/requestSettings/headers/items/customData/methodto the response with the201status. - Added the required property
surveyDataConfig/requestSettings/headers/items/customData/siteIdto the response with the201status. - The response required property
surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only for the status201
GET /templates/{templateId}
- The response property
surveyDataConfig/requestSettings/headers/items/customData/idbecame optional for the status200 - Removed the required property
surveyDataConfig/requestSettings/headers/items/customData/scopefrom the response with the200status. - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/createdById(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/customEvalCode(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/dateCreated(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/description(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/format(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isConstant(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isLearnable(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/modificationDate(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/siteCode(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/tags(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/tcVariableName(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/type(status200). - The response optional property
surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only for the status200 - Added the required property
surveyDataConfig/requestSettings/headers/items/customData/methodto the response with the200status. - Added the required property
surveyDataConfig/requestSettings/headers/items/customData/siteIdto the response with the200status. - The response required property
surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only for the status200
PATCH /templates/{templateId}
- Added the new required request property
surveyDataConfig/requestSettings/headers/items/customData/method - Added the new required request property
surveyDataConfig/requestSettings/headers/items/customData/siteId - The response property
surveyDataConfig/requestSettings/headers/items/customData/idbecame optional for the status200 - Removed the required property
surveyDataConfig/requestSettings/headers/items/customData/scopefrom the response with the200status. - Removed the
surveyDataConfig/requestSettings/headers/items/customData/scoperequest property. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/customEvalCode. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/description. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/format. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/isConstant. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/isLearnable. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/tags. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/tcVariableName. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/type. - The request optional property
surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only. - The request required property
surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only. - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/createdById(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/customEvalCode(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/dateCreated(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/description(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/format(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isConstant(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isLearnable(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/modificationDate(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/siteCode(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/tags(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/tcVariableName(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/type(status200). - The response optional property
surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only for the status200 - Added the required property
surveyDataConfig/requestSettings/headers/items/customData/methodto the response with the200status. - Added the required property
surveyDataConfig/requestSettings/headers/items/customData/siteIdto the response with the200status. - The response required property
surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only for the status200
PUT /templates/{templateId}
- Added the new required request property
surveyDataConfig/requestSettings/headers/items/customData/method - Added the new required request property
surveyDataConfig/requestSettings/headers/items/customData/siteId - The response property
surveyDataConfig/requestSettings/headers/items/customData/idbecame optional for the status200 - Removed the required property
surveyDataConfig/requestSettings/headers/items/customData/scopefrom the response with the200status. - Removed the
surveyDataConfig/requestSettings/headers/items/customData/scoperequest property. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/customEvalCode. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/description. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/format. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/isConstant. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/isLearnable. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/tags. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/tcVariableName. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName. - Added the optional request property
surveyDataConfig/requestSettings/headers/items/customData/type. - The request optional property
surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only. - The request required property
surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only. - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/adobeAnalyticsVariableName(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/advancedProposedValues(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/createdById(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/customEvalCode(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/dateCreated(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/description(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/format(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/gtmVariableName(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isConstant(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isFiltrableVentilable(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isLearnable(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/isLocalOnly(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/modificationDate(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/siteCode(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/tags(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/tcVariableName(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/tealiumVariableName(status200). - Added the optional response property
surveyDataConfig/requestSettings/headers/items/customData/type(status200). - The response optional property
surveyDataConfig/requestSettings/headers/items/customData/indexbecame read-only for the status200 - Added the required property
surveyDataConfig/requestSettings/headers/items/customData/methodto the response with the200status. - Added the required property
surveyDataConfig/requestSettings/headers/items/customData/siteIdto the response with the200status. - The response required property
surveyDataConfig/requestSettings/headers/items/customData/idbecame read-only for the status200
Release 458
GET /experiments
- Added the new
DATABRICKSenum value to the/items/trackingTools/items/nameresponse property for the response status200
POST /experiments
- Added the new
DATABRICKSenum value to thetrackingTools/items/nameresponse property for the response status201 - Added the new
DATABRICKSenum value to the request propertytrackingTools/items/name
GET /experiments/{experimentId}
- Added the new
DATABRICKSenum value to thetrackingTools/items/nameresponse property for the response status200
PATCH /experiments/{experimentId}
- Added the new
DATABRICKSenum value to thetrackingTools/items/nameresponse property for the response status200 - Added the new
DATABRICKSenum value to the request propertytrackingTools/items/name
POST /experiments/{experimentId}/clone
- Added the new
DATABRICKSenum value to thetrackingTools/items/nameresponse property for the response status201
GET /feature-flags
- Added the new
DATABRICKSenum value to the/items/environmentConfigurations/items/integrations/deliveryRules/items/integrationNameresponse property for the response status200 - Added the new
DATABRICKSenum value to the/items/environmentConfigurations/items/integrations/experimentRules/items/integrationNameresponse property for the response status200
POST /feature-flags
- Added the new
DATABRICKSenum value to theenvironmentConfigurations/items/integrations/deliveryRules/items/integrationNameresponse property for the response status201 - Added the new
DATABRICKSenum value to theenvironmentConfigurations/items/integrations/experimentRules/items/integrationNameresponse property for the response status201 - Added the new
DATABRICKSenum value to the request propertyenvironmentConfigurations/items/integrations/deliveryRules/items/integrationName - Added the new
DATABRICKSenum value to the request propertyenvironmentConfigurations/items/integrations/experimentRules/items/integrationName
POST /feature-flags/search
- Added the new
DATABRICKSenum value to the/items/environmentConfigurations/items/integrations/deliveryRules/items/integrationNameresponse property for the response status200 - Added the new
DATABRICKSenum value to the/items/environmentConfigurations/items/integrations/experimentRules/items/integrationNameresponse property for the response status200
GET /feature-flags/{siteCode}/{featureKey}
- Added the new
DATABRICKSenum value to theenvironmentConfigurations/items/integrations/deliveryRules/items/integrationNameresponse property for the response status200 - Added the new
DATABRICKSenum value to theenvironmentConfigurations/items/integrations/experimentRules/items/integrationNameresponse property for the response status200
PATCH /feature-flags/{siteCode}/{featureKey}
- Added the new
DATABRICKSenum value to theenvironmentConfigurations/items/integrations/deliveryRules/items/integrationNameresponse property for the response status200 - Added the new
DATABRICKSenum value to theenvironmentConfigurations/items/integrations/experimentRules/items/integrationNameresponse property for the response status200 - Added the new
DATABRICKSenum value to the request propertyenvironmentConfigurations/items/integrations/deliveryRules/items/integrationName - Added the new
DATABRICKSenum value to the request propertyenvironmentConfigurations/items/integrations/experimentRules/items/integrationName
POST /feature-flags/{siteCode}/{featureKey}/duplicate
- Added the new
DATABRICKSenum value to theenvironmentConfigurations/items/integrations/deliveryRules/items/integrationNameresponse property for the response status201 - Added the new
DATABRICKSenum value to theenvironmentConfigurations/items/integrations/experimentRules/items/integrationNameresponse property for the response status201
PATCH /feature-flags/{siteCode}/{featureKey}/{environmentKey}
- Added the new
DATABRICKSenum value to theenvironmentConfigurations/items/integrations/deliveryRules/items/integrationNameresponse property for the response status200 - Added the new
DATABRICKSenum value to theenvironmentConfigurations/items/integrations/experimentRules/items/integrationNameresponse property for the response status200 - Added the new
DATABRICKSenum value to the request propertyintegrations/deliveryRules/items/integrationName - Added the new
DATABRICKSenum value to the request propertyintegrations/experimentRules/items/integrationName
GET /goals
- Added the new
DATABRICKSenum value to the/items/trackingTools/items/response property for the response status200
POST /goals
- Added the new
DATABRICKSenum value to thetrackingTools/items/response property for the response status201 - Added the new
DATABRICKSenum value to the request propertytrackingTools/items/
POST /goals/search
- Added the new
DATABRICKSenum value to the/items/trackingTools/items/response property for the response status200
GET /goals/{goalId}
- Added the new
DATABRICKSenum value to thetrackingTools/items/response property for the response status200
PATCH /goals/{goalId}
- Added the new
DATABRICKSenum value to thetrackingTools/items/response property for the response status200 - Added the new
DATABRICKSenum value to the request propertytrackingTools/items/
PUT /goals/{goalId}
- Added the new
DATABRICKSenum value to thetrackingTools/items/response property for the response status200 - Added the new
DATABRICKSenum value to the request propertytrackingTools/items/
GET /personalizations
- Added the new
DATABRICKSenum value to the/items/trackingTools/items/nameresponse property for the response status200
POST /personalizations
- Added the new
DATABRICKSenum value to thetrackingTools/items/nameresponse property for the response status201 - Added the new
DATABRICKSenum value to the request propertytrackingTools/items/name
GET /personalizations/{personalizationId}
- Added the new
DATABRICKSenum value to thetrackingTools/items/nameresponse property for the response status200
PATCH /personalizations/{personalizationId}
- Added the new
DATABRICKSenum value to thetrackingTools/items/nameresponse property for the response status200
POST /personalizations/{personalizationId}/clone
- Added the new
DATABRICKSenum value to thetrackingTools/items/nameresponse property for the response status201
POST /raw-export/report
- Removed the
JSONenum value from theformatrequest property. - Removed the
XMLenum value from theformatrequest property.
Release 457
GET /experiments
- Added the new
HEAT_SLICEenum value to the/items/targetingConfigurationresponse property for the response status200
POST /experiments
- Added the new
HEAT_SLICEenum value to thetargetingConfigurationresponse property for the response status201 - Added the new
HEAT_SLICEenum value to the request propertytargetingConfiguration
GET /experiments/{experimentId}
- Added the new
HEAT_SLICEenum value to thetargetingConfigurationresponse property for the response status200
PATCH /experiments/{experimentId}
- Added the new
HEAT_SLICEenum value to thetargetingConfigurationresponse property for the response status200 - Added the new
HEAT_SLICEenum value to the request propertytargetingConfiguration
POST /experiments/{experimentId}/clone
- Added the new
HEAT_SLICEenum value to thetargetingConfigurationresponse property for the response status201
GET /feature-flags
- Added the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/experimentId(status200). - Added the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/trafficAllocationMethod(status200). - Added the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/experimentId(status200). - Added the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/experimentId(status200). - Changed the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/idto be writeable for the status200 - Changed the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/idto be writeable for the status200 - Changed the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/idto be writeable for the status200
POST /feature-flags
- Added the optional request property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/trafficAllocationMethod. - Changed the optional request property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/idto be writeable. - Changed the optional request property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/idto be writeable. - Changed the optional request property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/idto be writeable. - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/experimentId(status201). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/trafficAllocationMethod(status201). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/experimentId(status201). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/experimentId(status201). - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/idto be writeable for the status201 - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/idto be writeable for the status201 - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/idto be writeable for the status201
POST /feature-flags/search
- Added the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/experimentId(status200). - Added the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/trafficAllocationMethod(status200). - Added the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/experimentId(status200). - Added the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/experimentId(status200). - Changed the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/idto be writeable for the status200 - Changed the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/idto be writeable for the status200 - Changed the optional response property
/items/environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/idto be writeable for the status200
GET /feature-flags/{siteCode}/{featureKey}
- Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/experimentId(status200). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/trafficAllocationMethod(status200). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/experimentId(status200). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/experimentId(status200). - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/idto be writeable for the status200 - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/idto be writeable for the status200 - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/idto be writeable for the status200
PATCH /feature-flags/{siteCode}/{featureKey}
- Added the optional request property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/trafficAllocationMethod. - Changed the optional request property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/idto be writeable. - Changed the optional request property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/idto be writeable. - Changed the optional request property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/idto be writeable. - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/experimentId(status200). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/trafficAllocationMethod(status200). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/experimentId(status200). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/experimentId(status200). - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/idto be writeable for the status200 - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/idto be writeable for the status200 - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/idto be writeable for the status200
POST /feature-flags/{siteCode}/{featureKey}/duplicate
- Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/experimentId(status201). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/trafficAllocationMethod(status201). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/experimentId(status201). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/experimentId(status201). - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/idto be writeable for the status201 - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/idto be writeable for the status201 - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/idto be writeable for the status201
PATCH /feature-flags/{siteCode}/{featureKey}/{environmentKey}
- Added the optional request property
rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/trafficAllocationMethod. - Changed the optional request property
rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/idto be writeable. - Changed the optional request property
rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/idto be writeable. - Changed the optional request property
rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/idto be writeable. - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/experimentId(status200). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/trafficAllocationMethod(status200). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/experimentId(status200). - Added the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/experimentId(status200). - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutExperimentationRule]/allOf[subschema #2]/idto be writeable for the status200 - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutProgressiveRule]/allOf[subschema #2]/idto be writeable for the status200 - Changed the optional response property
environmentConfigurations/items/rolloutRules/items/oneOf[#/components/schemas/FeatureRolloutTargetedRule]/allOf[subschema #2]/idto be writeable for the status200
GET /personalizations
- Added the optional response property
/items/widget/surveyDataConfig(status200).
POST /personalizations
- Added the optional request property
widget/surveyDataConfig. - Added the optional response property
widget/surveyDataConfig(status201).
GET /personalizations/{personalizationId}
- Added the optional response property
widget/surveyDataConfig(status200).
PATCH /personalizations/{personalizationId}
- Added the optional response property
widget/surveyDataConfig(status200).
POST /personalizations/{personalizationId}/clone
- Added the optional response property
widget/surveyDataConfig(status201).
GET /templates
- Added the optional response property
/items/surveyDataConfig(status200).
POST /templates
- Added the optional request property
surveyDataConfig. - Added the optional response property
surveyDataConfig(status201).
GET /templates/{templateId}
- Added the optional response property
surveyDataConfig(status200).
PATCH /templates/{templateId}
- Added the optional request property
surveyDataConfig. - Added the optional response property
surveyDataConfig(status200).
PUT /templates/{templateId}
- Added the optional request property
surveyDataConfig. - Added the optional response property
surveyDataConfig(status200).
GET /widget-studio
- Added endpoint.
POST /widget-studio
- Added endpoint.
DELETE /widget-studio/{widgetId}
- Added endpoint.
GET /widget-studio/{widgetId}
- Added endpoint.
PATCH /widget-studio/{widgetId}
- Added endpoint.
PUT /widget-studio/{widgetId}
- Added endpoint.