@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/util/config.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manyos/smileconnect-api",
3
- "version": "1.71.1",
3
+ "version": "1.71.2",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {
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, false)
564
+ responses: await getApiResponse(schema, true)
565
565
  }
566
566
  }
567
567