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/api
diff options
context:
space:
mode:
authorTom Atkins <tatkins@gitlab.com>2019-08-28 19:41:23 +0300
committerTom Atkins <tatkins@gitlab.com>2019-08-28 19:41:23 +0300
commitc21c3c6ce894434667cf88bc0d4b17792cb03b0e (patch)
treea8292f6b4dbad4316bb33da2eef6bcfaedb567f3 /doc/api
parent56ea8fc3e6a03621e163e38dcc7e18b3887c9c56 (diff)
parent47dff5edd80a31c82d525a47ff12f81cb0d3f3bc (diff)
Merge branch 'docs-nelbacha-improve-grammar-and-code' into 'master'
Improve grammar and correct syntax in curl example See merge request gitlab-org/gitlab-ce!32163
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index 33394d46a2d..036b46da6e5 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -396,7 +396,7 @@ GET /api/v4/projects/diaspora%2Fdiaspora
NOTE: **Note:**
A project's **path** is not necessarily the same as its **name**. A
-project's path can found in the project's URL or in the project's settings
+project's path can be found in the project's URL or in the project's settings
under **General > Advanced > Change path**.
## Branches and tags name encoding
@@ -422,7 +422,7 @@ We can call the API with `array` and `hash` types parameters as shown below:
curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" \
-d "import_sources[]=github" \
-d "import_sources[]=bitbucket" \
-"https://gitlab.example.com/api/v4/some_endpoint
+https://gitlab.example.com/api/v4/some_endpoint
```
### `hash`