diff --git a/api/public/swagger.yaml b/api/public/swagger.yaml index e2c97b2..7fb5ecb 100644 --- a/api/public/swagger.yaml +++ b/api/public/swagger.yaml @@ -1798,7 +1798,7 @@ paths: bearerAuth: [] parameters: - - description: 'Location of code in SASjs Drive' + description: 'Location of the Stored Program in SASjs Drive' in: query name: _program required: true @@ -1806,7 +1806,7 @@ paths: type: string example: /Projects/myApp/some/program - - description: 'Optional query param for setting debug mode' + description: 'Optional query param for setting debug mode (returns the session log in the response body' in: query name: _debug required: false