API changes for v2 API, November 20, 2024
On November 20, 2024, the mittwald API was updated to include the optional property 'logoRefId' in the responses for both the List Extensions and Get an Extension endpoints.
Summary
- The optional property '/items/logoRefId' has been added to the response with the '200' status for the
GET /v2/extensions
operation, which lists extensions. - The optional property 'logoRefId' has been added to the response with the '200' status for the
GET /v2/extensions/{extensionId}
operation, which retrieves a specific 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/logoRefId' to the response with the '200' status
For details, refer to the GET/
endpoint.
Changes in "Get an Extension"
- added the optional property 'logoRefId' to the response with the '200' status
For details, refer to the GET/
endpoint.