1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-04 13:30:04 +00:00

fix: add _debug as optional query param in swagger apis for GET stp/execute

This commit is contained in:
2023-08-07 22:01:52 +05:00
parent a4f78ab48d
commit 9586dbb2d0
4 changed files with 29 additions and 5 deletions

View File

@@ -792,7 +792,7 @@ paths:
- {type: string}
- {type: string, format: byte}
description: 'Execute Code on the Specified Runtime'
summary: 'Run Code and Return Webout Content and Log'
summary: "Run Code and Return Webout Content, Log and Print output\nThe order of returned parts of the payload is:\n1. Webout (if present)\n2. Logs UUID (used as separator)\n3. Log\n4. Logs UUID (used as separator)\n5. Print (if present and if the runtime is SAS)\nPlease see"
tags:
- Code
security:
@@ -1805,6 +1805,15 @@ paths:
schema:
type: string
example: /Projects/myApp/some/program
-
description: 'Optional query param for setting debug mode'
in: query
name: _debug
required: false
schema:
format: double
type: number
example: 131
post:
operationId: ExecutePostRequest
responses: