Zum Hauptinhalt springen

API changes for v2 API, February 7 to February 14

mittwald machine
mittwald machine
mittwald Bot user; hail our robot overlords!

This week, the mittwald API introduces several enhancements, including the addition of required properties to the responses for listing contributors and their extensions, as well as optional properties to improve the detail of the extension listings.

Summary

  • The required property '/items/supportInformation' has been added to the response with the '200' status for the GET /v2/contributors operation (List Contributors).
  • The required property 'supportInformation' has been added to the response with the '200' status for the GET /v2/contributors/{contributorId} operation (Get a Contributor).
  • The following properties have been added to the response with the '200' status for the GET /v2/contributors/{contributorId}/extensions operation (List Extensions of own contributor):
    • The optional property '/items/logoRefId'.
    • The optional property '/items/requestedChanges'.
    • The required properties '/items/functional', '/items/published', '/items/verificationRequested', and '/items/verified'.

Note: The addition of required properties in the last item indicates that a breaking change has occurred.

Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.

Detailed changes

Changes in "List contributors"

  • added the required property '/items/supportInformation' to the response with the '200' status

For details, refer to the GET/v2/contributors/ endpoint.

Changes in "Get a contributor"

  • added the required property 'supportInformation' to the response with the '200' status

For details, refer to the GET/v2/contributors/{contributorId}/ endpoint.

Changes in "List Extensions of own contributor"

  • added the optional property '/items/logoRefId' to the response with the '200' status

  • added the optional property '/items/requestedChanges' to the response with the '200' status

  • added the required property '/items/functional' to the response with the '200' status

  • added the required property '/items/published' to the response with the '200' status

  • added the required property '/items/verificationRequested' to the response with the '200' status

  • added the required property '/items/verified' to the response with the '200' status

For details, refer to the GET/v2/contributors/{contributorId}/extensions/ endpoint.

Client package releases

mittwald JavaScript SDK Release 4.106.0

The mittwald JavaScript SDK has been updated to version 4.106.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.