Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
492813ec
Commit
492813ec
authored
Apr 03, 2020
by
Rene Verschoor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing `:id` path parameter description
parent
c57d6e3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
doc/api/projects.md
doc/api/projects.md
+7
-0
No files found.
doc/api/projects.md
View file @
492813ec
...
@@ -964,6 +964,7 @@ GET /projects/:id/users
...
@@ -964,6 +964,7 @@ GET /projects/:id/users
| Attribute | Type | Required | Description |
| Attribute | Type | Required | Description |
| ------------ | ------------- | -------- | ----------- |
| ------------ | ------------- | -------- | ----------- |
|
`id`
| integer/string | yes | The ID or
[
URL-encoded path of the project
](
README.md#namespaced-path-encoding
)
|
|
`search`
| string | no | Search for specific users |
|
`search`
| string | no | Search for specific users |
|
`skip_users`
| integer array | no | Filter out users with the specified IDs |
|
`skip_users`
| integer array | no | Filter out users with the specified IDs |
...
@@ -1509,6 +1510,7 @@ GET /projects/:id/starrers
...
@@ -1509,6 +1510,7 @@ GET /projects/:id/starrers
| Attribute | Type | Required | Description |
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| --------- | ---- | -------- | ----------- |
|
`id`
| integer/string | yes | The ID or
[
URL-encoded path of the project
](
README.md#namespaced-path-encoding
)
|
|
`search`
| string | no | Search for specific users. |
|
`search`
| string | no | Search for specific users. |
```
shell
```
shell
...
@@ -1552,6 +1554,10 @@ Get languages used in a project with percentage value.
...
@@ -1552,6 +1554,10 @@ Get languages used in a project with percentage value.
GET /projects/:id/languages
GET /projects/:id/languages
```
```
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
|
`id`
| integer/string | yes | The ID or
[
URL-encoded path of the project
](
README.md#namespaced-path-encoding
)
|
```
shell
```
shell
curl
--header
"PRIVATE-TOKEN: <your_access_token>"
"https://gitlab.example.com/api/v4/projects/5/languages"
curl
--header
"PRIVATE-TOKEN: <your_access_token>"
"https://gitlab.example.com/api/v4/projects/5/languages"
```
```
...
@@ -2177,6 +2183,7 @@ PUT /projects/:id/transfer
...
@@ -2177,6 +2183,7 @@ PUT /projects/:id/transfer
| Attribute | Type | Required | Description |
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| --------- | ---- | -------- | ----------- |
|
`id`
| integer/string | yes | The ID or
[
URL-encoded path of the project
](
README.md#namespaced-path-encoding
)
|
|
`namespace`
| integer/string | yes | The ID or path of the namespace to transfer to project to |
|
`namespace`
| integer/string | yes | The ID or path of the namespace to transfer to project to |
## Branches
## Branches
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment