Commit e7a985c3 authored by Greg Messner's avatar Greg Messner
Browse files

Fixed Javadoc issue on updateGroup().

parent a2d2246b
...@@ -130,6 +130,7 @@ public class GroupApi extends AbstractApi { ...@@ -130,6 +130,7 @@ public class GroupApi extends AbstractApi {
* @param requestAccessEnabled (optional) - Allow users to request member access. * @param requestAccessEnabled (optional) - Allow users to request member access.
* @param parentId (optional) - The parent group id for creating nested group. * @param parentId (optional) - The parent group id for creating nested group.
* @param sharedRunnersMinutesLimit (optional) - (admin-only) Pipeline minutes quota for this group * @param sharedRunnersMinutesLimit (optional) - (admin-only) Pipeline minutes quota for this group
* @return the updated Group instance
* @throws GitLabApiException if any exception occurs * @throws GitLabApiException if any exception occurs
*/ */
public Group updateGroup(Integer groupId, String name, String path, String description, Boolean membershipLock, public Group updateGroup(Integer groupId, String name, String path, String description, Boolean membershipLock,
......
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