From bb5b7c3b1cde5e628ebf6c0e4392bcb91f500b0a Mon Sep 17 00:00:00 2001 From: Nikolay Pisarev Date: Tue, 29 Oct 2024 13:26:46 +0300 Subject: [PATCH] EXEC-933 remove beta --- testops-api/v2/paths/result.yaml | 2 +- testops-api/v2/paths/results_bulk.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testops-api/v2/paths/result.yaml b/testops-api/v2/paths/result.yaml index 7be4831..cda60cd 100644 --- a/testops-api/v2/paths/result.yaml +++ b/testops-api/v2/paths/result.yaml @@ -1,5 +1,5 @@ post: - summary: (Beta) Create test run result + summary: Create test run result description: | This method allows to create single test run result. diff --git a/testops-api/v2/paths/results_bulk.yaml b/testops-api/v2/paths/results_bulk.yaml index 3634854..bc9d664 100644 --- a/testops-api/v2/paths/results_bulk.yaml +++ b/testops-api/v2/paths/results_bulk.yaml @@ -1,5 +1,5 @@ post: - summary: (Beta) Bulk create test run result + summary: Bulk create test run result description: | This method allows to create several test run results at once.