diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-26 14:56:11 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-08-26 14:56:11 +0900 |
commit | 1508bcea2479e075eaf88b6554c6f5324c3e7660 (patch) | |
tree | 1fa7693a58e047fbdd5ea1e054a20f15ef265f8f /doc/api/projects.md | |
parent | fc08d48cf0a596dc151cb7bc7ab0f7d2721f3333 (diff) | |
download | gitlab-ce-docs-kramdown-warnings-3.tar.gz |
Add backticks and remove square bracketsdocs-kramdown-warnings-3
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 [ |