From d6ddc5c65140c90a3b1c3d5a6b6e2481acca3a27 Mon Sep 17 00:00:00 2001 From: API Docs Bot Date: Sat, 23 May 2026 03:10:34 +0000 Subject: [PATCH] docs(api): add Await the completion of a test session endpoint --- .../test-sessions/await-the-completion-of-a-test-session.mdx | 4 ++++ docs.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 api-reference/test-sessions/await-the-completion-of-a-test-session.mdx diff --git a/api-reference/test-sessions/await-the-completion-of-a-test-session.mdx b/api-reference/test-sessions/await-the-completion-of-a-test-session.mdx new file mode 100644 index 00000000..3f7f0198 --- /dev/null +++ b/api-reference/test-sessions/await-the-completion-of-a-test-session.mdx @@ -0,0 +1,4 @@ +--- +openapi: get /v1/test-sessions/{testSessionId}/completion +title: Await the completion of a test session +--- diff --git a/docs.json b/docs.json index 112103ef..e16e3924 100644 --- a/docs.json +++ b/docs.json @@ -935,7 +935,8 @@ { "group": "Test Sessions", "pages": [ - "api-reference/test-sessions/cancel-a-test-session" + "api-reference/test-sessions/cancel-a-test-session", + "api-reference/test-sessions/await-the-completion-of-a-test-session" ] }, {