From 944e183dc7217079e7cd62f85effa0ede4d3d902 Mon Sep 17 00:00:00 2001 From: Ilya Date: Fri, 16 Feb 2024 18:51:10 +0100 Subject: [PATCH] Mention api/v2 in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68b446f..542dfcc 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The full list of available options presented below. | Option | Necessity | Default | Description | |---------------------------------------------|------------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | apiKey | Required | | User's ReportPortal token from which you want to send requests. It can be found on the profile page of this user. | -| endpoint | Required | | URL of your server. For example 'https://server:8080/api/v1'. | +| endpoint | Required | | URL of your server. For example 'https://server:8080/api/v2'. | | launch | Required | | Name of launch at creation. | | project | Required | | The name of the project in which the launches will be created. | | attributes | Optional | [] | Launch attributes. |