diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-26 20:17:51 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-26 20:17:51 +0000 |
commit | d642c60df9d84d4053b5c1ce9381558e5ff2698a (patch) | |
tree | c2618a3346cc347ed280ab7d51ab68e9e082e211 /doc/api/projects.md | |
parent | 9e85bd62364e3d408a2b4e9bbcdf32f8ba9cbaf2 (diff) | |
download | gitlab-ce-d642c60df9d84d4053b5c1ce9381558e5ff2698a.tar.gz |
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/projects.md')
-rw-r--r-- | doc/api/projects.md | 8 |
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 [ |