Commit 8f3f40e2 authored by Greg Messner's avatar Greg Messner
Browse files

Added correct URL to Javadoc on getMember()

parent c3c3370f
...@@ -801,7 +801,7 @@ public class GroupApi extends AbstractApi { ...@@ -801,7 +801,7 @@ public class GroupApi extends AbstractApi {
/** /**
* Gets a group team member, optionally including inherited member. * Gets a group team member, optionally including inherited member.
* *
* <pre><code>GitLab Endpoint: GET /projects/:id/members/all/:user_id</code></pre> * <pre><code>GitLab Endpoint: GET /groups/: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 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 * @param userId the user ID of the member
...@@ -822,7 +822,7 @@ public class GroupApi extends AbstractApi { ...@@ -822,7 +822,7 @@ public class GroupApi extends AbstractApi {
/** /**
* Gets a group team member, optionally including inherited member. * Gets a group team member, optionally including inherited member.
* *
* <pre><code>GitLab Endpoint: GET /projects/:id/members/:user_id</code></pre> * <pre><code>GitLab Endpoint: GET /groups/: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 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 * @param userId the user ID of the member
......
...@@ -1584,7 +1584,7 @@ public class ProjectApi extends AbstractApi implements Constants { ...@@ -1584,7 +1584,7 @@ public class ProjectApi extends AbstractApi implements Constants {
/** /**
* Gets a project team member, optionally including inherited member. * 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 projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance
* @param userId the user ID of the member * @param userId the user ID of the member
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment