diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-02-05 14:43:02 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-02-05 14:43:02 +0100 |
commit | f276f13df50132554984f989b1d3d6c5fa8cdc01 (patch) | |
tree | c59072098988fb284bcfce068d1d81f81b29da44 /docs/cli.rst | |
parent | b4f03173f33ed8d214ddc20b4791ec11677f6bb1 (diff) | |
download | gitlab-f276f13df50132554984f989b1d3d6c5fa8cdc01.tar.gz |
Default to API v4
Diffstat (limited to 'docs/cli.rst')
-rw-r--r-- | docs/cli.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cli.rst b/docs/cli.rst index 7620349..591761c 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 = 4 + api_version = 3 [elsewhere] url = http://else.whe.re:8080 @@ -92,8 +92,8 @@ limited permissions. - An Oauth token for authentication. The Gitlab server must be configured to support this authentication method. * - ``api_version`` - - GitLab API version to use (``3`` or ``4``). Defaults to ``3`` for now, - but will switch to ``4`` eventually. + - GitLab API version to use (``3`` or ``4``). Defaults to ``4`` since + version 1.3.0. * - ``http_username`` - Username for optional HTTP authentication * - ``http_password`` |