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
This commit is contained in:
commit
c21c3c6ce8
1 changed files with 2 additions and 2 deletions
|
@ -396,7 +396,7 @@ GET /api/v4/projects/diaspora%2Fdiaspora
|
||||||
|
|
||||||
NOTE: **Note:**
|
NOTE: **Note:**
|
||||||
A project's **path** is not necessarily the same as its **name**. A
|
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**.
|
under **General > Advanced > Change path**.
|
||||||
|
|
||||||
## Branches and tags name encoding
|
## 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>" \
|
curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" \
|
||||||
-d "import_sources[]=github" \
|
-d "import_sources[]=github" \
|
||||||
-d "import_sources[]=bitbucket" \
|
-d "import_sources[]=bitbucket" \
|
||||||
"https://gitlab.example.com/api/v4/some_endpoint
|
https://gitlab.example.com/api/v4/some_endpoint
|
||||||
```
|
```
|
||||||
|
|
||||||
### `hash`
|
### `hash`
|
||||||
|
|
Loading…
Reference in a new issue