@closerplatform/spinner-openapi 0.12.607 → 0.12.609
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.d.ts +0 -6
- package/dist/api.js +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
package/dist/api.js
CHANGED
|
@@ -5140,7 +5140,7 @@ const KnowledgeBasesApiFetchParamCreator = function (configuration) {
|
|
|
5140
5140
|
if (id === null || id === undefined) {
|
|
5141
5141
|
throw new RequiredError('id', 'Required parameter id was null or undefined when calling getUploadedFiles.');
|
|
5142
5142
|
}
|
|
5143
|
-
const localVarPath = `/knowledge-bases/{id}`
|
|
5143
|
+
const localVarPath = `/knowledge-bases/{id}/files`
|
|
5144
5144
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
5145
5145
|
const localVarUrlObj = url.parse(localVarPath, true);
|
|
5146
5146
|
const localVarRequestOptions = Object.assign({ method: 'GET' }, options);
|