Skip to content

Commit 53b55bd

Browse files
DOCSP-41210 added missing orgId param to example (#456)
1 parent 80999a9 commit 53b55bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/includes/steps-create-group-through-api.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ content: |
1212
--request POST "https://{+opsmgr-url+}/api/public/v1.0/groups?pretty=true" \
1313
--data '
1414
{
15-
"name": "{GROUP-NAME}"
15+
"name": "{GROUP-NAME}",
16+
"orgId": "{ORG-ID}"
1617
}'
1718
1819
The |api| returns a document that includes the project's

0 commit comments

Comments
 (0)