Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-03-09 18:26:19 +0300
committerJohn Doe <axil@gitlab.com>2017-12-22 09:52:30 +0300
commit18b4d0f7d8e963c75760006067b5ecde8291ba36 (patch)
tree70bbf5c6c47a5d29706488ee89c59ef7e44332f7
parent8b75299bcb909472cc68d18976d86a989db2aa7b (diff)
Bump API version to v4
-rw-r--r--lib/api/api.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb
index d058334b0ec..5ee9398c652 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -164,7 +164,7 @@ module API
add_swagger_documentation(
base_path: '/api',
- api_version: 'v3',
+ api_version: 'v4',
hide_documentation_path: true,
authorizations: {
private_token_header: {