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:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-26 23:17:51 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-26 23:17:51 +0300
commitd642c60df9d84d4053b5c1ce9381558e5ff2698a (patch)
treec2618a3346cc347ed280ab7d51ab68e9e082e211 /doc/api
parent9e85bd62364e3d408a2b4e9bbcdf32f8ba9cbaf2 (diff)
Add backticks and remove square brackets
Square and Angle bracket use causes kramdown warnings, so changed or enclosed in backticks as needed
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/projects.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 9f392418153..cf28ea84704 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -852,10 +852,10 @@ Get the users list of a project.
GET /projects/:id/users
```
-| Attribute | Type | Required | Description |
-| --------- | ---- | -------- | ----------- |
-| `search` | string | no | Search for specific users |
-| `skip_users` | array[int] | no | Filter out users with the specified IDs |
+| Attribute | Type | Required | Description |
+| ------------ | ------------- | -------- | ----------- |
+| `search` | string | no | Search for specific users |
+| `skip_users` | integer array | no | Filter out users with the specified IDs |
```json
[