Skip to content

Commit

Permalink
Update stp.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
allanbowe authored Aug 7, 2023
1 parent 9586dbb commit b57dfa4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/src/controllers/stp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ export class STPController {
/**
* Trigger a Stored Program using the _program URL parameter.
*
* Accepts URL parameters and file uploads. For more details, see docs:
* Accepts additional URL parameters (converted to session variables)
* and file uploads. For more details, see docs:
*
* https://server.sasjs.io/storedprograms
*
* @summary Execute a Stored Program, returns _webout and (optionally) log.
* @param _program Location of code in SASjs Drive
* @param _debug Optional query param for setting debug mode
* @param _debug Optional query param for setting debug mode, which will return the session log.
* @example _program "/Projects/myApp/some/program"
* @example _debug 131
*/
Expand Down

0 comments on commit b57dfa4

Please sign in to comment.