From f6e77f99a481bfbb0d5e3192f766397abc7caba1 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:31:20 +0100 Subject: [PATCH] Update swagger.yaml --- api/public/swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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