> ## 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.

# Changelog 2026 05 21T08:04:06Z

### Snag Solutions - API Docs (v 0.1)

***

#### What's Changed

***

##### `POST` /api/loyalty/rules

###### Request:

Changed content type : `application/json`

New required properties:

* `interval`

- Changed property `interval` (string)
  > Interval between rule executions

- Changed property `startTime` (string)
  > When the rule becomes active

###### Return Type:

Changed response : **200 OK**

> 200

* Changed content type : `application/json`

  New required properties:

  * `interval`

  - Changed property `interval` (string)
    > Interval between rule executions

  - Changed property `startTime` (string)
    > When the rule becomes active

##### `POST` /api/loyalty/rules/{id}

###### Request:

Changed content type : `application/json`

New required properties:

* `interval`
* `startTime`

- Changed property `startTime` (string)
  > Start time for the loyalty rule

- Changed property `interval` (string)
  > Time interval for recurring rule execution

###### Return Type:

Changed response : **200 OK**

> 200

* Changed content type : `application/json`

  New required properties:

  * `interval`

  * `startTime`

  - Changed property `startTime` (string)
    > Start time for the loyalty rule

  - Changed property `interval` (string)
    > Time interval for recurring rule execution

#### Result

***

API changes broke backward compatibility
