From b143d0b537274d923e34aba3399c4c58131b6084 Mon Sep 17 00:00:00 2001 From: Ilya Date: Wed, 1 May 2024 15:25:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 690b9ce..d51c74d 100755 --- a/README.md +++ b/README.md @@ -79,7 +79,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/v2'. | +| endpoint | Required | | URL of your server. For example 'https://server:8080/api/v2'. Use `api/v1` for synchronous reporting. | | 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. |