API changes for v2 API, December 16, 2024
On December 16, 2024, the mittwald API underwent significant changes, including the removal of specific schemas and security endpoints, as well as the addition of several optional properties related to contract termination across various response paths.
Summary
- The schema
de.mittwald.v1.app.AppInstallationInternalhas been removed from the API. - The endpoint scheme security
de.mittwald.v1.commons.AccessTokenwas removed from theGET /v2/appsoperation, which lists apps. - The following optional properties have been added to the response with the
200status for the operationGET /v2/certificates/{certificateId}/contract:additionalItems/items/termination/cancellationForbiddenbaseItem/termination/cancellationForbiddentermination/cancellationForbidden
- The following optional properties have been added to the response with the
200status for the operationGET /v2/contracts/{contractId}:additionalItems/items/termination/cancellationForbiddenbaseItem/termination/cancellationForbiddentermination/cancellationForbidden
- The optional property
termination/cancellationForbiddenhas been added to the response with the200status for the following operations:GET /v2/contracts/{contractId}/base-itemsGET /v2/contracts/{contractId}/items/{contractItemId}
- The following optional properties have been added to the response with the
200status for the operationGET /v2/customers/{customerId}/contracts:/items/additionalItems/items/termination/cancellationForbidden/items/baseItem/termination/cancellationForbidden/items/termination/cancellationForbidden
- The following optional properties have been added to the response with the
200status for the operationGET /v2/domains/{domainId}/contract:additionalItems/items/termination/cancellationForbiddenbaseItem/termination/cancellationForbiddentermination/cancellationForbidden
- The following optional properties have been added to the response with the
200status for the operationGET /v2/projects/{projectId}/contract:additionalItems/items/termination/cancellationForbiddenbaseItem/termination/cancellationForbiddentermination/cancellationForbidden
- The following optional properties have been added to the response with the
200status for the operationGET /v2/servers/{serverId}/contract:additionalItems/items/termination/cancellationForbiddenbaseItem/termination/cancellationForbiddentermination/cancellationForbidden
Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.
Detailed changes
Changes in schemas
- removed the schema
de.mittwald.v1.app.AppInstallationInternal
Changes in "List apps"
- the endpoint scheme security
de.mittwald.v1.commons.AccessTokenwas removed from the API
For details, refer to the GET/ endpoint.
Changes in "Return the Contract for the given Certificate"
-
added the optional property
additionalItems/items/termination/cancellationForbiddento the response with the200status -
added the optional property
baseItem/termination/cancellationForbiddento the response with the200status -
added the optional property
termination/cancellationForbiddento the response with the200status
For details, refer to the GET/ endpoint.
Changes in "Returns the Contract with the given ID"
-
added the optional property
additionalItems/items/termination/cancellationForbiddento the response with the200status -
added the optional property
baseItem/termination/cancellationForbiddento the response with the200status -
added the optional property
termination/cancellationForbiddento the response with the200status
For details, refer to the GET/ endpoint.
Changes in "Return the BaseItem of the Contract with the given ID"
- added the optional property
termination/cancellationForbiddento the response with the200status
For details, refer to the GET/ endpoint.
Changes in "Get the ContractItem with the given ID"
- added the optional property
termination/cancellationForbiddento the response with the200status
For details, refer to the GET/ endpoint.
Changes in "Return a list of Contracts for the given Customer"
-
added the optional property
/items/additionalItems/items/termination/cancellationForbiddento the response with the200status -
added the optional property
/items/baseItem/termination/cancellationForbiddento the response with the200status -
added the optional property
/items/termination/cancellationForbiddento the response with the200status
For details, refer to the GET/ endpoint.
Changes in "Return the Contract for the given Domain"
-
added the optional property
additionalItems/items/termination/cancellationForbiddento the response with the200status -
added the optional property
baseItem/termination/cancellationForbiddento the response with the200status -
added the optional property
termination/cancellationForbiddento the response with the200status
For details, refer to the GET/ endpoint.
Changes in "Return the Contract for the given Project"
-
added the optional property
additionalItems/items/termination/cancellationForbiddento the response with the200status -
added the optional property
baseItem/termination/cancellationForbiddento the response with the200status -
added the optional property
termination/cancellationForbiddento the response with the200status
For details, refer to the GET/ endpoint.
Changes in "Return the Contract for the given Server"
-
added the optional property
additionalItems/items/termination/cancellationForbiddento the response with the200status -
added the optional property
baseItem/termination/cancellationForbiddento the response with the200status -
added the optional property
termination/cancellationForbiddento the response with the200status
For details, refer to the GET/ endpoint.
Client package releases
mittwald JavaScript SDK Release 4.86.0
The mittwald JavaScript SDK has been updated to version 4.86.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.