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 }