Restore Loyalty Rule Edit
Restore a loyalty rule from a rule edit
Documentation Index
Fetch the complete documentation index at: https://docs.snagsolutions.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Body
Body
The body is of type object.
Response
200
Unique identifier for the rule edit
"123e4567-e89b-12d3-a456-426614174000"
ID of the loyalty rule
"123e4567-e89b-12d3-a456-426614174001"
Unique identifier for the website
"123e4567-e89b-12d3-a456-426614174002"
Unique identifier for the organization
"123e4567-e89b-12d3-a456-426614174003"
User ID of the user who made the edit
"123e4567-e89b-12d3-a456-426614174004"
Timestamp of when the rule edit was made
"2021-08-30T20:00:00Z"
Type of action that was made on the rule
create, update, delete, restore "create"
Data that was changed on the rule
{ "name": "New Rule Name" }Previous data of the rule before the edit
{ "name": "Old Rule Name" }Comment that was made on the edit
"Updated rule name"