v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Analytics - Rules

Update Rule

patch/v2/user/analytics/{storeId}/rules/{ruleId}

Path parameters

storeIdstring guid required

Your store identifier

ruleIdstring guid required

Your rule identifier

Request body

ruleNamestring required

The name of the rule

startUtcDatestring date-time

Not required. The start validity utc date of the rule.

endUtcDatestring date-time

Not required. The end validity utc date of the rule

Example request

{
  "ruleName": "My Rule Renamed",
  "startUtcDate": "2016-08-29T09:12:33.001Z",
  "endUtcDate": "2016-08-29T09:12:33.001Z"
}

Response

Rule updated