-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
According to https://adobe-apiplatform.github.io/umapi-documentation/en/api/usergroupActionCommands.html#createUserGroup the createUserGroup object is having a mandatory field called name. The group's name however is already supposed to be passed to the usergroup field of the surrounding command (https://adobe-apiplatform.github.io/umapi-documentation/en/api/usergroupActionCommands.html#groupExamples).
Is the same value supposed to be used twice in the request body JSON or is that a documentation mistake?
According to
| "raw": "[{\n \"usergroup\": \"user-group name to create here\",\n \"requestID\": \"unique string here\",\n \"do\": [\n {\n \"createUserGroup\" : {\n \"description\": \"edit here\"\n }\n }\n ]\n}]" |
name inside createUserGroup.Metadata
Metadata
Assignees
Labels
No labels