1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

chore(swagger): fixed code/stp trigger examples

This commit is contained in:
Yury
2024-10-30 15:25:03 +03:00
parent ea2ec97c1c
commit 03670cf0d6
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ interface TriggerCodeResponse {
* The SessionId is the name of the temporary folder used to store the outputs. * 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. * 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. * This session ID should be used to poll job status.
* @example "{ sessionId: '20241028074744-54132-1730101664824' }" * @example "20241028074744-54132-1730101664824"
*/ */
sessionId: string sessionId: string
} }

View File

@@ -43,7 +43,7 @@ interface TriggerProgramResponse {
* The SessionId is the name of the temporary folder used to store the outputs. * 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. * 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. * This session ID should be used to poll program status.
* @example "{ sessionId: '20241028074744-54132-1730101664824' }" * @example "20241028074744-54132-1730101664824"
*/ */
sessionId: string sessionId: string
} }