summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Wittig <max.wittig95@gmail.com>2019-10-13 18:58:06 +0200
committerGitHub <noreply@github.com>2019-10-13 18:58:06 +0200
commit92ba0283b63e562e181061252787e0e46da83a29 (patch)
tree15558a724806c2d23b835fea3b38adba618a5a4c
parentf4b29278771e48320e2da4bacc4544d263d1754c (diff)
parent6beeaa993f8931d6b7fe682f1afed2bd4c8a4b73 (diff)
downloadgitlab-92ba0283b63e562e181061252787e0e46da83a29.tar.gz
Merge pull request #905 from jouve/doc-v3
remove references to api v3 in docs
-rw-r--r--docs/cli.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/cli.rst b/docs/cli.rst
index defbf02..7b0993e 100644
--- a/docs/cli.rst
+++ b/docs/cli.rst
@@ -41,7 +41,7 @@ example:
[somewhere]
url = https://some.whe.re
private_token = vTbFeqJYCY3sibBP7BZM
- api_version = 3
+ api_version = 4
[elsewhere]
url = http://else.whe.re:8080
@@ -69,8 +69,8 @@ parameters. You can override the values in each GitLab server section.
- Integer
- Number of seconds to wait for an answer before failing.
* - ``api_version``
- - ``3`` or ``4``
- - The API version to use to make queries. Requires python-gitlab >= 1.3.0.
+ - ``4``
+ - The API version to use to make queries. Only ``4`` is available since 1.5.0.
* - ``per_page``
- Integer between 1 and 100
- The number of items to return in listing queries. GitLab limits the
@@ -103,8 +103,7 @@ server, with very limited permissions.
* - ``job_token``
- Your job token. See `the official documentation`_job-token to learn how to obtain a token.
* - ``api_version``
- - GitLab API version to use (``3`` or ``4``). Defaults to ``4`` since
- version 1.3.0.
+ - GitLab API version to use. Only ``4`` is available since 1.5.0.
* - ``http_username``
- Username for optional HTTP authentication
* - ``http_password``