API changes for v2 API, August 14, 2024
This document contains a machine-generated summary of the API changes for August 14, 2024. The API changes are based on the diff between the OpenAPI schemas of the two versions.
Summary
- The
GET /v2/notifications
operation has been updated to include three new optional query request parameters:limit
,page
, andskip
. These parameters allow for more flexible pagination when listing all unread notifications.
Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.
Detailed changes
Changes in "List all unread notifications"
-
added the new optional 'query' request parameter 'limit'
-
added the new optional 'query' request parameter 'page'
-
added the new optional 'query' request parameter 'skip'
For details, refer to the GET/
endpoint.