1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-11 02:43:13 +00:00

chore: updating all.sas

This commit is contained in:
github-actions
2025-06-05 13:10:16 +00:00
parent 9c1f68944f
commit daa4e4e762

View File

@@ -24438,7 +24438,7 @@ proc http method='POST' out=&fname1 &oauth_bearer in=&fref
"Authorization"="Bearer &&&access_token_var" "Authorization"="Bearer &&&access_token_var"
%end; %end;
"Content-Disposition"= "Content-Disposition"=
%if "&ext"="SVG" %then %do; %if "&ext"="SVG" or "&ext"="HTML" %then %do;
"filename=""&name"";" "filename=""&name"";"
%end; %end;
%else %do; %else %do;