mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 09:30:06 +00:00
fix: applying correct typedefname
This commit is contained in:
@@ -152,7 +152,7 @@ proc http method='POST' out=&fname1 &oauth_bearer in=&fref
|
|||||||
%else %do;
|
%else %do;
|
||||||
ct="&ctype"
|
ct="&ctype"
|
||||||
%end;
|
%end;
|
||||||
url="&base_uri/files/files?parentFolderUri=&self_uri";
|
url="&base_uri/files/files?parentFolderUri=&self_uri%str(&)typeDefName=file";
|
||||||
|
|
||||||
headers "Accept"="application/json"
|
headers "Accept"="application/json"
|
||||||
%if &grant_type=authorization_code %then %do;
|
%if &grant_type=authorization_code %then %do;
|
||||||
@@ -179,8 +179,8 @@ data &outds;
|
|||||||
run;
|
run;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%put &sysmacroname: File &name successfully created:;%put;
|
%put &sysmacroname: File &name successfully created:;%put;
|
||||||
|
%put &base_uri%mfv_getpathuri(&path/&name);%put;
|
||||||
%put &base_uri/SASJobExecution?_file=&path/&name;%put;
|
%put &base_uri/SASJobExecution?_file=&path/&name;%put;
|
||||||
%put &sysmacroname:;
|
%put &sysmacroname:;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user