We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
createUserGroup
name
usergroup
According to
umapi-documentation/docs/en/samples/UMAPI SAMPLES.postman_collection2.json
Line 1345 in 55a17c8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to https://adobe-apiplatform.github.io/umapi-documentation/en/api/usergroupActionCommands.html#createUserGroup the
createUserGroup
object is having a mandatory field calledname
. The group's name however is already supposed to be passed to theusergroup
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
umapi-documentation/docs/en/samples/UMAPI SAMPLES.postman_collection2.json
Line 1345 in 55a17c8
name
insidecreateUserGroup
.The text was updated successfully, but these errors were encountered: