|
@@ -3623,7 +3623,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
|
|
getUserById: async (userId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
getUserById: async (userId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
// verify required parameter 'userId' is not null or undefined
|
|
// verify required parameter 'userId' is not null or undefined
|
|
assertParamExists('getUserById', 'userId', userId)
|
|
assertParamExists('getUserById', 'userId', userId)
|
|
- const localVarPath = `/user/{userId}`
|
|
|
|
|
|
+ const localVarPath = `/user/info/{userId}`
|
|
.replace(`{${"userId"}}`, encodeURIComponent(String(userId)));
|
|
.replace(`{${"userId"}}`, encodeURIComponent(String(userId)));
|
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|