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
path: root/doc
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-21 21:55:39 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-21 21:55:39 +0400
commiteaa99478a7612405bc93941ea69b93e7e776ca56 (patch)
treed556a87cce9426481f08ef55abbd08d5d40fb8ca /doc
parent8f01190eb5ec0f40d6f8874a3f3c79637000a709 (diff)
Up API version to v3
Diffstat (limited to 'doc')
-rw-r--r--doc/api/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index ca346418f23..477429c9fa0 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -15,7 +15,7 @@ API requests should be prefixed with `api` and the API version. The API version
Example of a valid API request:
```
-GET http://example.com/api/v2/projects?private_token=QVy1PB7sTxfy4pqfZM1U
+GET http://example.com/api/v3/projects?private_token=QVy1PB7sTxfy4pqfZM1U
```
The API uses JSON to serialize data. You don't need to specify `.json` at the end of API URL.