> ## 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 2025 11 21T11:58:17Z

#### What's Changed

***

##### `GET` /api/loyalty/badges

###### Return Type:

Changed response : **200 OK**

> 200

* Changed content type : `application/json`

  * Changed property `data` (array)

    Changed items (object):

    > Response returned upon successful fetching of the badges.

    * Changed property `dataJobs` (array)

      > Array of data jobs associated with the badge

      Changed items (object):

      * Changed property `status` (string)

        > The status of the data job

        Added enum values:

        * `processing`
        * `cancelled`

##### `POST` /api/loyalty/badges

###### Return Type:

Changed response : **200 OK**

> 200

* Changed content type : `application/json`

  * Changed property `dataJobs` (array)

    > Array of data jobs associated with the badge

    Changed items (object):

    * Changed property `status` (string)

      > The status of the data job

      Added enum values:

      * `processing`
      * `cancelled`

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

###### Return Type:

Changed response : **200 OK**

> 200

* Changed content type : `application/json`

  * Changed property `dataJobs` (array)

    > Array of data jobs associated with the badge

    Changed items (object):

    * Changed property `status` (string)

      > The status of the data job

      Added enum values:

      * `processing`
      * `cancelled`

##### `DELETE` /api/loyalty/badges/{id}

###### Return Type:

Changed response : **200 OK**

> 200

* Changed content type : `application/json`

  * Changed property `dataJobs` (array)

    > Array of data jobs associated with the badge

    Changed items (object):

    * Changed property `status` (string)

      > The status of the data job

      Added enum values:

      * `processing`
      * `cancelled`
