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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user