@closerplatform/spinner-openapi 0.12.56 → 0.12.57
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/dist/api.js +1 -1
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -6166,7 +6166,7 @@ exports.MainNotificationsApiFetchParamCreator = function (configuration) {
|
|
|
6166
6166
|
const localVarPath = `/notifications/main-notifications/{id}`
|
|
6167
6167
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
6168
6168
|
const localVarUrlObj = url.parse(localVarPath, true);
|
|
6169
|
-
const localVarRequestOptions = Object.assign({ method: '
|
|
6169
|
+
const localVarRequestOptions = Object.assign({ method: 'PATCH' }, options);
|
|
6170
6170
|
const localVarHeaderParameter = {};
|
|
6171
6171
|
const localVarQueryParameter = {};
|
|
6172
6172
|
// authentication apiKey required
|