mirror of
https://github.com/sasjs/server.git
synced 2026-07-24 05:32:15 +00:00
chore(docs): updating swagger definitions
This commit is contained in:
@@ -27,8 +27,8 @@ interface ExecuteCodePayload {
|
||||
@Tags('Code')
|
||||
export class CodeController {
|
||||
/**
|
||||
* Execute SAS code.
|
||||
* @summary Run SAS Code and returns log
|
||||
* Execute Code on the Specified Runtime
|
||||
* @summary Run Code and Return Webout Content and Log
|
||||
*/
|
||||
@Post('/execute')
|
||||
public async executeCode(
|
||||
|
||||
Reference in New Issue
Block a user