API endpoint that allows Updates to be viewed.

GET: Return a list of all the existing Updates.

FILTERS: Parameters - 'created_on', 'launch__id', 'program__id', 'launch__launch_service_provider__id', Example - /api/2.2.0/updates/?status=Active

ORDERING: Fields - 'created_on', Example - /api/2.2.0/updates/?ordering=-created_on

GET /2.2.0/updates/?format=api&offset=4120
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4122,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4110",
    "results": [
        {
            "id": 38,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2022",
            "info_url": "https://spacenews.com/first-dream-chaser-mission-slips-to-2022/",
            "created_by": "Nosu",
            "created_on": "2020-11-19T21:02:22Z"
        },
        {
            "id": 37,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2022",
            "info_url": "https://spacenews.com/first-dream-chaser-mission-slips-to-2022/",
            "created_by": "Nosu",
            "created_on": "2020-11-19T21:01:49Z"
        }
    ]
}