We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221f5c6 commit a7deb0bCopy full SHA for a7deb0b
source/includes/steps-create-group-through-api.yaml
@@ -12,7 +12,8 @@ content: |
12
--request POST "https://{+opsmgr-url+}/api/public/v1.0/groups?pretty=true" \
13
--data '
14
{
15
- "name": "{GROUP-NAME}"
+ "name": "{GROUP-NAME}",
16
+ "orgId": "{ORG-ID}"
17
}'
18
19
The |api| returns a document that includes the project's
0 commit comments