@closerplatform/spinner-openapi 0.12.467 → 0.12.469
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
|
@@ -17506,7 +17506,7 @@ const UsersApiFetchParamCreator = function (configuration) {
|
|
|
17506
17506
|
}
|
|
17507
17507
|
const localVarPath = `/users/advisers/search`;
|
|
17508
17508
|
const localVarUrlObj = url.parse(localVarPath, true);
|
|
17509
|
-
const localVarRequestOptions = Object.assign({ method: '
|
|
17509
|
+
const localVarRequestOptions = Object.assign({ method: 'POST' }, options);
|
|
17510
17510
|
const localVarHeaderParameter = {};
|
|
17511
17511
|
const localVarQueryParameter = {};
|
|
17512
17512
|
// authentication apiKey required
|