Skip to content

Updated curl command's data parameter to create a new subgroup. It was missing a single quote(').

Kapil Bishnoi requested to merge kapilbishnoi/gitlab:patch-244 into master

What does this MR do?

The curl command mentioned in the documentation was missing a single quote(') for data parameter. This command is used to create a subgroup.

This change impacts the documentation for rest API to create a subgroup.

-->

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports