Skip to content

Commit

Permalink
chore(api): regenerated swagger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryShkoda committed Sep 21, 2023
1 parent 1473925 commit 2dc1163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/public/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@ paths:
anyOf:
- {type: string}
- {type: string, format: byte}
description: "Trigger a Stored Program using the _program URL parameter.\n\nAccepts URL parameters and file uploads. For more details, see docs:\n\nhttps://server.sasjs.io/storedprograms"
description: "Trigger a Stored Program using the _program URL parameter.\n\nAccepts additional URL parameters (converted to session variables)\nand file uploads. For more details, see docs:\n\nhttps://server.sasjs.io/storedprograms"
summary: 'Execute a Stored Program, returns _webout and (optionally) log.'
tags:
- STP
Expand All @@ -1798,15 +1798,15 @@ paths:
bearerAuth: []
parameters:
-
description: 'Location of the Stored Program in SASjs Drive'
description: 'Location of code in SASjs Drive'
in: query
name: _program
required: true
schema:
type: string
example: /Projects/myApp/some/program
-
description: 'Optional query param for setting debug mode (returns the session log in the response body)'
description: 'Optional query param for setting debug mode, which will return the session log.'
in: query
name: _debug
required: false
Expand Down

0 comments on commit 2dc1163

Please sign in to comment.