-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support parsing media type
application/merge-patch+json
. (#4833)
* add support for top level media types * lint fix and changelog * limit to json type * undo renaming * support 2 allowed types * update changelog * update changelog * change log message * Update .changeset/afraid-timers-fail.md Co-authored-by: KavithaSiva <[email protected]> * Changes from lint:fix * refactor * chore:rename variable --------- Co-authored-by: KavithaSiva <[email protected]> Co-authored-by: cloud-sdk-js <[email protected]> Co-authored-by: Kavitha <[email protected]>
- Loading branch information
1 parent
586e77e
commit e9a243a
Showing
3 changed files
with
63 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@sap-cloud-sdk/openapi-generator': minor | ||
--- | ||
|
||
[Improvement] Generated OpenAPI clients support `application/merge-patch+json` media type for patch requests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters