API changes for v2 API, June 13 to June 20
This week, the mittwald API introduces a new optional 'searchTerm' request parameter for both the project and server listing endpoints, enhancing the ability to filter results.
Summary
- The
GET /v2/projects
operation has a new optional request parameter calledsearchTerm
added to it. - The
GET /v2/servers
operation has a new optional request parameter calledsearchTerm
added to it.
Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.
Detailed changes
Changes in "List Projects belonging to the executing user"
- added the new optional 'query' request parameter 'searchTerm'
For details, refer to the GET/
endpoint.
Changes in "List Servers belonging to the executing user"
- added the new optional 'query' request parameter 'searchTerm'
For details, refer to the GET/
endpoint.
Client package releases
mittwald JavaScript SDK Release 4.166.0
The mittwald JavaScript SDK has been updated to version 4.166.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 Release 4.165.0
The mittwald JavaScript SDK version 4.165.0 has been released. This update includes the following feature:
- Updated the generated client to improve functionality (commit 5391089).
For more details, visit the release page.