1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 14:04:36 +00:00

chore: updating all.sas

This commit is contained in:
github-actions
2025-05-19 08:05:57 +00:00
parent de32d12b51
commit 376800d464

View File

@@ -24370,7 +24370,7 @@ proc http method='POST' out=&fname1 &oauth_bearer in=&fref
%else %do;
ct="&ctype"
%end;
url="&base_uri/files/files?parentFolderUri=&self_uri";
url="&base_uri/files/files?parentFolderUri=&self_uri%str(&)typeDefName=file";
headers "Accept"="application/json"
%if &grant_type=authorization_code %then %do;
@@ -24397,8 +24397,8 @@ data &outds;
run;
%put &sysmacroname: File &name successfully created:;%put;
%put &base_uri%mfv_getpathuri(&path/&name);%put;
%put &base_uri/SASJobExecution?_file=&path/&name;%put;
%put &sysmacroname:;