Skip to content

Commit b1f6b47

Browse files
chore: add legeed "(only for service accounts)"
Signed-off-by: matiasperrone-exo <[email protected]>
1 parent 16a0115 commit b1f6b47

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
@@ -341,7 +341,7 @@ public function get($id)
341341
*/
342342
#[OA\Get(
343343
path: '/api/v2/users/{id}',
344-
summary: 'Get a user by ID',
344+
summary: 'Get a user by ID (only for "SERVICE" accounts type)',
345345
operationId: 'getUserByIdV2',
346346
tags: ['Users'],
347347
security: [

0 commit comments

Comments
 (0)