Skip to content

Commit

Permalink
Merge pull request #97 from byteworks-ch/feature/create-child-group-i…
Browse files Browse the repository at this point in the history
…d-clash

Fixed service definition of createChildGroup, remove name clash of id
  • Loading branch information
MohammadWaleed authored Nov 15, 2022
2 parents f73685b + 8d42520 commit 3891723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Admin/Resources/keycloak-1_0.php
Original file line number Diff line number Diff line change
Expand Up @@ -2334,7 +2334,7 @@
),

'createChildGroup' => array(
'uri' => 'admin/realms/{realm}/groups/{id}/children',
'uri' => 'admin/realms/{realm}/groups/{groupId}/children',
'description' => 'Set or create child.',
'httpMethod' => 'POST',
'parameters' => array(
Expand All @@ -2344,7 +2344,7 @@
'type' => 'string',
'required' => true,
),
'id' => array(
'groupId' => array(
'location' => 'uri',
'description' => 'Group id',
'type' => 'string',
Expand Down

0 comments on commit 3891723

Please sign in to comment.