Skip to main content

API changes for v2 API, December 12, 2024

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

On 12/12/2024, the mittwald API introduced two new endpoints for retrieving extension instances for customers and projects, along with an optional 'userId' request property for the relocation operation.

Summary

  • Two new endpoints have been added:
    • A GET operation to retrieve the ExtensionInstance for a specific customer at the path /v2/customers/{customerId}/extensions/{extensionId}.
    • A GET operation to retrieve the ExtensionInstance for a specific project at the path /v2/projects/{projectId}/extensions/{extensionId}.
  • An optional request property named 'userId' has been added to the POST operation for creating a relocation at the path /v2/relocation.

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

Detailed changes

Changes in "Get the extension instance of a specific customer and extension, if existing"

  • endpoint added

For details, refer to the GET/v2/customers/{customerId}/extensions/{extensionId}/ endpoint.

Changes in "Get the extension instance of a specific project and extension, if existing"

  • endpoint added

For details, refer to the GET/v2/projects/{projectId}/extensions/{extensionId}/ endpoint.

Changes in "Relocate an external Project to mittwald"

  • added the new optional request property 'userId'

For details, refer to the POST/v2/relocation/ endpoint.

Client package releases

mittwald JavaScript SDK Release 4.83.0

The mittwald JavaScript SDK has been updated to version 4.83.0. This release includes an update to the generated client, enhancing its functionality. For more details, you can view the release on GitHub: mittwald/api-client-js 4.83.0.