1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-09 07:20:05 +00:00

chore(api): updated endpoint description

This commit is contained in:
Yury
2024-10-31 12:27:56 +03:00
parent 48a9a4dd0e
commit 73df102422
2 changed files with 2 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ export class SessionController {
/**
* @summary Get session state (initialising, pending, running, completed, failed).
* Polling session state won't work in a load-balanced situation.
* @example completed
*/
@Get('/:sessionId/state')