We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ad4e9 commit 619b014Copy full SHA for 619b014
1 file changed
packages/openapi-code-generator/src/typescript/common/typescript-common.ts
@@ -158,6 +158,7 @@ function serializerForNormalizedContentType(contentType: string): Serializer {
158
switch (contentType) {
159
case "application/json":
160
case "text/json":
161
+ case "application/scim+json":
162
case "application/merge-patch+json":
163
return "JSON.stringify"
164
0 commit comments