From 78ceed13e16a395c93c6e832935302ad5321782c Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Tue, 2 May 2023 16:01:00 +0300 Subject: [PATCH] docs(code): updated execute endpoint info --- api/src/controllers/code.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/controllers/code.ts b/api/src/controllers/code.ts index 204d359..9c94240 100644 --- a/api/src/controllers/code.ts +++ b/api/src/controllers/code.ts @@ -34,7 +34,7 @@ export class CodeController { * 2. Logs UUID (used as separator) * 3. Log * 4. Logs UUID (used as separator) - * 5. Print (if present) + * 5. Print (if present and if the runtime is SAS) * Please see @sasjs/server/api/src/controllers/internal/Execution.ts for more information */ @Post('/execute')