@manyos/smileconnect-api 1.71.1 → 1.71.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/util/config.js +1 -1
package/package.json
CHANGED
package/util/config.js
CHANGED
|
@@ -561,7 +561,7 @@ async function getPathDef(objectName, baseUri, schema, isSubTicket, suppressUpda
|
|
|
561
561
|
summary: `Update an object of type ${objectName}`,
|
|
562
562
|
description: "A single object is returned in the data attribute",
|
|
563
563
|
parameters: [],
|
|
564
|
-
responses: await getApiResponse(schema,
|
|
564
|
+
responses: await getApiResponse(schema, true)
|
|
565
565
|
}
|
|
566
566
|
}
|
|
567
567
|
|