We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c80da commit 5d206abCopy full SHA for 5d206ab
SpiNNaker-allocserv/src/main/java/uk/ac/manchester/spinnaker/alloc/admin/UserControl.java
@@ -353,6 +353,9 @@ private static UserRecord sketchUser(Row row) {
353
*
354
* @param user
355
* The description of the user to create.
356
+ * @param urlGen
357
+ * How to construct the URL for a group membership in the
358
+ * response. If {@code null}, the memberships will be omitted.
359
* @return A description of the created user, or {@link Optional#empty()} if
360
* the user exists already.
361
*/
0 commit comments