Loyalty
Restore Loyalty Rule Edit
Restore a loyalty rule from a rule edit
POST
Authorizations
Path Parameters
Body
application/json · object
Body
The body is of type object
.
Response
200
application/json
200
Unique identifier for the rule edit
Example:
"123e4567-e89b-12d3-a456-426614174000"
ID of the loyalty rule
Example:
"123e4567-e89b-12d3-a456-426614174001"
Unique identifier for the website
Example:
"123e4567-e89b-12d3-a456-426614174002"
Unique identifier for the organization
Example:
"123e4567-e89b-12d3-a456-426614174003"
User ID of the user who made the edit
Example:
"123e4567-e89b-12d3-a456-426614174004"
Timestamp of when the rule edit was made
Example:
"2021-08-30T20:00:00Z"
Type of action that was made on the rule
Available options:
create
, update
, delete
, restore
Example:
"create"
Data that was changed on the rule
Example:
{ "name": "New Rule Name" }
Previous data of the rule before the edit
Example:
{ "name": "Old Rule Name" }
Comment that was made on the edit
Example:
"Updated rule name"
Was this page helpful?