Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
8f3f40e2
Commit
8f3f40e2
authored
May 03, 2020
by
Greg Messner
Browse files
Added correct URL to Javadoc on getMember()
parent
c3c3370f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/GroupApi.java
View file @
8f3f40e2
...
...
@@ -801,7 +801,7 @@ public class GroupApi extends AbstractApi {
/**
* Gets a group team member, optionally including inherited member.
*
* <pre><code>GitLab Endpoint: GET /
p
ro
ject
s/:id/members/all/:user_id</code></pre>
* <pre><code>GitLab Endpoint: GET /
g
ro
up
s/:id/members/all/:user_id</code></pre>
*
* @param groupIdOrPath the group ID, path of the group, or a Group instance holding the group ID or path
* @param userId the user ID of the member
...
...
@@ -822,7 +822,7 @@ public class GroupApi extends AbstractApi {
/**
* Gets a group team member, optionally including inherited member.
*
* <pre><code>GitLab Endpoint: GET /
p
ro
ject
s/:id/members/:user_id</code></pre>
* <pre><code>GitLab Endpoint: GET /
g
ro
up
s/:id/members/
all/
:user_id</code></pre>
*
* @param groupIdOrPath the group ID, path of the group, or a Group instance holding the group ID or path
* @param userId the user ID of the member
...
...
src/main/java/org/gitlab4j/api/ProjectApi.java
View file @
8f3f40e2
...
...
@@ -1584,7 +1584,7 @@ public class ProjectApi extends AbstractApi implements Constants {
/**
* Gets a project team member, optionally including inherited member.
*
* <pre><code>GitLab Endpoint: GET /projects/:id/members/:user_id</code></pre>
* <pre><code>GitLab Endpoint: GET /projects/:id/members/
all/
:user_id</code></pre>
*
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance
* @param userId the user ID of the member
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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