@@ -368,7 +368,7 @@ export const AssetsApiAxiosParamCreator = (configuration: Configuration) => ({
368
368
) : RequestArgs => {
369
369
// verify required parameter 'policy' is not null or undefined
370
370
assertParamExists ( 'policyInfo' , 'policy' , policy ) ;
371
- const localVarPath = `/assets/ policy/{policy}` . replace ( `{${ 'policy' } }` , encodeURIComponent ( String ( policy ) ) ) ;
371
+ const localVarPath = `/policy/{policy}/assets ` . replace ( `{${ 'policy' } }` , encodeURIComponent ( String ( policy ) ) ) ;
372
372
// use dummy base URL string because the URL constructor only accepts absolute URLs.
373
373
const localVarUrlObj = new URL ( localVarPath , DUMMY_BASE_URL ) ;
374
374
const { baseOptions } = configuration ;
@@ -407,7 +407,7 @@ export const AssetsApiAxiosParamCreator = (configuration: Configuration) => ({
407
407
) : RequestArgs => {
408
408
// verify required parameter 'policy' is not null or undefined
409
409
assertParamExists ( 'policyTxs' , 'policy' , policy ) ;
410
- const localVarPath = `/assets/ policy/{policy}/txs` . replace ( `{${ 'policy' } }` , encodeURIComponent ( String ( policy ) ) ) ;
410
+ const localVarPath = `/policy/{policy}/txs` . replace ( `{${ 'policy' } }` , encodeURIComponent ( String ( policy ) ) ) ;
411
411
// use dummy base URL string because the URL constructor only accepts absolute URLs.
412
412
const localVarUrlObj = new URL ( localVarPath , DUMMY_BASE_URL ) ;
413
413
const { baseOptions } = configuration ;
@@ -446,7 +446,7 @@ export const AssetsApiAxiosParamCreator = (configuration: Configuration) => ({
446
446
) : RequestArgs => {
447
447
// verify required parameter 'policy' is not null or undefined
448
448
assertParamExists ( 'policyUtxos' , 'policy' , policy ) ;
449
- const localVarPath = `/assets/ policy/{policy}/utxos` . replace (
449
+ const localVarPath = `/policy/{policy}/utxos` . replace (
450
450
`{${ 'policy' } }` ,
451
451
encodeURIComponent ( String ( policy ) ) ,
452
452
) ;
0 commit comments