Skip to content

Commit 68e47d4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)