whats-new

Get What's New updates

Get all active What's New updates. This is a public endpoint that returns app updates and release notes ordered by date (newest first).

get/api/whats-new

Query parameters

localestring

Locale/language code (e.g., it, en)

Locale/language code (e.g., it, en)

Response

Successful Response

Example response

{
  "updates": [
    {
      "changes": [
        "Crittografia end-to-end",
        "Supporto multi-device"
      ],
      "date": "2024-01-15T00:00:00Z",
      "description": "Abbiamo migliorato la chat con nuove funzionalità",
      "title": "Nuove funzionalità di chat",
      "version": "1.2.0"
    }
  ]
}

Changes