API changes for v2 API, August 8, 2024
This document contains a machine-generated summary of the API changes for August 8, 2024. The API changes are based on the diff between the OpenAPI schemas of the two versions.
Summary
- The optional property '/items/frontendFragments' has been added to the response with the '200' status for the
GET /v2/extensions
operation (List Extensions). - The optional property 'frontendFragments' has been added to the response with the '200' status for the
GET /v2/extensions/{extensionId}
operation (Get an Extension).
Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.
Detailed changes
Changes in "List Extensions"
- added the optional property '/items/frontendFragments' to the response with the '200' status
For details, refer to the GET/
endpoint.
Changes in "Get an Extension"
- added the optional property 'frontendFragments' to the response with the '200' status
For details, refer to the GET/
endpoint.