Skip to content

Commit 619b014

Browse files
authored
fix: serialize scim json bodies (#355)
1 parent 28ad4e9 commit 619b014

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/openapi-code-generator/src/typescript/common/typescript-common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ function serializerForNormalizedContentType(contentType: string): Serializer {
158158
switch (contentType) {
159159
case "application/json":
160160
case "text/json":
161+
case "application/scim+json":
161162
case "application/merge-patch+json":
162163
return "JSON.stringify"
163164

0 commit comments

Comments
 (0)