diff options
author | Cyril Jouve <jv.cyril@gmail.com> | 2019-10-12 15:07:36 +0200 |
---|---|---|
committer | Cyril Jouve <jv.cyril@gmail.com> | 2019-10-12 15:07:36 +0200 |
commit | 6beeaa993f8931d6b7fe682f1afed2bd4c8a4b73 (patch) | |
tree | 15558a724806c2d23b835fea3b38adba618a5a4c /docs/cli.rst | |
parent | f4b29278771e48320e2da4bacc4544d263d1754c (diff) | |
download | gitlab-6beeaa993f8931d6b7fe682f1afed2bd4c8a4b73.tar.gz |
feat(doc): remove refs to api v3 in docs
Diffstat (limited to 'docs/cli.rst')
-rw-r--r-- | docs/cli.rst | 9 |
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`` |