From 03670cf0d69dfeed189a32239ae19ede3928f749 Mon Sep 17 00:00:00 2001 From: Yury Date: Wed, 30 Oct 2024 15:25:03 +0300 Subject: [PATCH] chore(swagger): fixed code/stp trigger examples --- api/src/controllers/code.ts | 2 +- api/src/controllers/stp.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/controllers/code.ts b/api/src/controllers/code.ts index 039ce3c..3719cce 100644 --- a/api/src/controllers/code.ts +++ b/api/src/controllers/code.ts @@ -45,7 +45,7 @@ interface TriggerCodeResponse { * The SessionId is the name of the temporary folder used to store the outputs. * For SAS, this would be the SASWORK folder. Can be used to poll job status. * This session ID should be used to poll job status. - * @example "{ sessionId: '20241028074744-54132-1730101664824' }" + * @example "20241028074744-54132-1730101664824" */ sessionId: string } diff --git a/api/src/controllers/stp.ts b/api/src/controllers/stp.ts index 3e66e88..ad3b5bd 100644 --- a/api/src/controllers/stp.ts +++ b/api/src/controllers/stp.ts @@ -43,7 +43,7 @@ interface TriggerProgramResponse { * The SessionId is the name of the temporary folder used to store the outputs. * For SAS, this would be the SASWORK folder. Can be used to poll program status. * This session ID should be used to poll program status. - * @example "{ sessionId: '20241028074744-54132-1730101664824' }" + * @example "20241028074744-54132-1730101664824" */ sessionId: string }