Skip to content

Commit 6beeaa9

Browse files
committed
feat(doc): remove refs to api v3 in docs
1 parent f4b2927 commit 6beeaa9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/cli.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ example:
4141
[somewhere]
4242
url = https://some.whe.re
4343
private_token = vTbFeqJYCY3sibBP7BZM
44-
api_version = 3
44+
api_version = 4
4545
4646
[elsewhere]
4747
url = http://else.whe.re:8080
@@ -69,8 +69,8 @@ parameters. You can override the values in each GitLab server section.
6969
- Integer
7070
- Number of seconds to wait for an answer before failing.
7171
* - ``api_version``
72-
- ``3`` or ``4``
73-
- The API version to use to make queries. Requires python-gitlab >= 1.3.0.
72+
- ``4``
73+
- The API version to use to make queries. Only ``4`` is available since 1.5.0.
7474
* - ``per_page``
7575
- Integer between 1 and 100
7676
- The number of items to return in listing queries. GitLab limits the
@@ -103,8 +103,7 @@ server, with very limited permissions.
103103
* - ``job_token``
104104
- Your job token. See `the official documentation`_job-token to learn how to obtain a token.
105105
* - ``api_version``
106-
- GitLab API version to use (``3`` or ``4``). Defaults to ``4`` since
107-
version 1.3.0.
106+
- GitLab API version to use. Only ``4`` is available since 1.5.0.
108107
* - ``http_username``
109108
- Username for optional HTTP authentication
110109
* - ``http_password``

0 commit comments

Comments
 (0)