API changes for v2 API, September 11 to September 18
During the week of September 11 to September 18, 2026, the mittwald API introduced several new endpoints, including the ability to resume webhook execution for extension instances, retrieve spotlight information, and submit spotlight usage and feedback, along with a new optional request parameter for listing extension instances.
Summary
- A new endpoint has been added to resume the webhook execution of an ExtensionInstance with the operation
POSTat the path/v2/contributors/{contributorId}/extensions/{extensionId}/extension-instances/{extensionInstanceId}/actions/resume-webhook-execution. - An optional request parameter
contract.interactionRequiredhas been added to theGEToperation for listing ExtensionInstances at the path/v2/extension-instances. - A new endpoint has been added to retrieve spotlight information for the user with the operation
GETat the path/v2/users/self/spotlights/{spotlightId}. - A new endpoint has been added to submit user usage of the spotlight with the operation
POSTat the path/v2/users/self/spotlights/{spotlightId}. - A new endpoint has been added to submit feedback for the user's spotlight usage with the operation
POSTat the path/v2/users/self/spotlights/{spotlightId}/feedback.
Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.
Detailed changes
Changes in "Resume the webhook execution of an extension instance"
- endpoint added
For details, refer to the POST/ endpoint.
Changes in "List extension instances"
- added the new optional 'query' request parameter 'contract.interactionRequired'
For details, refer to the GET/ endpoint.
Changes in "Submitted feedback of the given user"
- endpoint added
For details, refer to the GET/ endpoint.
Changes in "Submit your usage of the spotlight"
- endpoint added
For details, refer to the POST/ endpoint.
Changes in "Submit your spotlight usage"
- endpoint added
For details, refer to the POST/ endpoint.
Client package releases
mittwald JavaScript SDK Release 4.465.0
The mittwald JavaScript SDK has been updated to version 4.465.0. This release includes a feature update with an updated generated client. For more details, you can view the release on GitHub.
mittwald JavaScript SDK Release 4.464.0
The mittwald JavaScript SDK has been updated to version 4.464.0. This release includes an update to the generated client, enhancing the SDK's functionality. For more details, you can view the release on GitHub here.
mittwald JavaScript SDK Release 4.463.0
The mittwald JavaScript SDK has been updated to version 4.463.0. This release includes an update to the generated client, enhancing the SDK's functionality. For more details, you can view the release on GitHub: mittwald JavaScript SDK 4.463.0.
mittwald JavaScript SDK Release 4.462.0
The mittwald JavaScript SDK has been updated to version 4.462.0. This release introduces a new feature in the generator, adding support for the JSON Schema const keyword. This enhancement addresses issues raised in #283 and is detailed in commit 56ae2db.
For more information, visit the release page.