Skip to content

Commit

Permalink
Generate API changelog for 18-12-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
mittwald-machine committed Dec 18, 2024
1 parent b7ad3b0 commit e108693
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
61 changes: 61 additions & 0 deletions changelog/2024-12-18-api-changes-v2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
title: API changes for v2 API, December 18, 2024
authors:
- machine
tags:
- apiv2
- Misc

---

import OperationHint from "@site/src/components/OperationHint";
import OperationLink from "@site/src/components/OperationLink";

On December 18, 2024, the mittwald API introduced a new 'Misc' tag for the verification endpoints, enhancing the organization of the API by categorizing the address and company verification actions.

{/* truncate */}



## Summary


- The API tag 'Misc' has been added to the following operations:
- `POST /v2/actions/verify-address` (Operation ID: verification-verify-address) - This operation checks if an address exists.
- `POST /v2/actions/verify-company` (Operation ID: verification-verify-company) - This operation checks if a company exists.

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


## Detailed changes



### Changes in "Check if an address exists"


- api tag 'Misc' added


For details, refer to the <OperationLink operation="verification-verify-address" apiVersion="v2" /> endpoint.



### Changes in "Check if a company exists"


- api tag 'Misc' added


For details, refer to the <OperationLink operation="verification-verify-company" apiVersion="v2" /> endpoint.




## Client package releases


### mittwald JavaScript SDK Release 4.88.0

The mittwald JavaScript SDK has been updated to version 4.88.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](https://github.com/mittwald/api-client-js/releases/tag/4.88.0).

2 changes: 1 addition & 1 deletion static/specs/openapi-v2.json

Large diffs are not rendered by default.

0 comments on commit e108693

Please sign in to comment.