> ## 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 02 20T16:22:04Z

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

***

#### What's Changed

***

##### `GET` /api/websites

###### Return Type:

Changed response : **200 OK**

> 200

* Changed content type : `application/json`

  * Changed property `data` (array)

    > Array of websites

    Changed items (object):

    > Schema representing a website

    * Changed property `collections` (array)

      > Collections associated with the website

      Changed items (object):

      > Schema representing a collection

      New optional properties:

      * `royaltyFee`

      * `royaltyFeeAddress`

      - Deleted property `royaltyFee` (number)
        > Royalty fee percentage

      - Deleted property `royaltyFeeAddress` (string)
        > Address to receive royalty fees

##### `POST` /api/websites

###### Return Type:

Changed response : **200 OK**

> 200

* Changed content type : `application/json`

  * Changed property `collections` (array)

    > Collections associated with the website

    Changed items (object):

    > Schema representing a collection

    New optional properties:

    * `royaltyFee`

    * `royaltyFeeAddress`

    - Deleted property `royaltyFee` (number)
      > Royalty fee percentage

    - Deleted property `royaltyFeeAddress` (string)
      > Address to receive royalty fees

#### Result

***

API changes broke backward compatibility
