Skip to content

Commit d35d774

Browse files
chore: add legeed '(only for account type "SERVICE")'
Signed-off-by: matiasperrone-exo <matias.perrone@exomindset.co>
1 parent 6be19e1 commit d35d774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/Api/OAuth2/OAuth2UserApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ public function getV2($id)
697697
*/
698698
#[OA\Put(
699699
path: '/api/v1/users/{id}/groups',
700-
summary: 'Update user group assignments',
700+
summary: 'Update user group assignments (only for account type "SERVICE")',
701701
operationId: 'updateUserGroups',
702702
tags: ['Users'],
703703
security: [

0 commit comments

Comments
 (0)