File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ example:
41
41
[somewhere]
42
42
url = https://some.whe.re
43
43
private_token = vTbFeqJYCY3sibBP7BZM
44
- api_version = 3
44
+ api_version = 4
45
45
46
46
[elsewhere]
47
47
url = http://else.whe.re:8080
@@ -69,8 +69,8 @@ parameters. You can override the values in each GitLab server section.
69
69
- Integer
70
70
- Number of seconds to wait for an answer before failing.
71
71
* - ``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.
74
74
* - ``per_page ``
75
75
- Integer between 1 and 100
76
76
- The number of items to return in listing queries. GitLab limits the
@@ -103,8 +103,7 @@ server, with very limited permissions.
103
103
* - ``job_token ``
104
104
- Your job token. See `the official documentation`_job-token to learn how to obtain a token.
105
105
* - ``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.
108
107
* - ``http_username ``
109
108
- Username for optional HTTP authentication
110
109
* - ``http_password ``
You can’t perform that action at this time.
0 commit comments