Skip to content

Commit 730fc17

Browse files
chore: modify filter description and remove expand on GET operation
Signed-off-by: matiasperrone-exo <matias.perrone@exomindset.co>
1 parent 7f4b4a9 commit 730fc17

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,9 @@ final class OAuth2UserRegistrationRequestApiController extends OAuth2ProtectedCo
6767
required: false,
6868
schema: new OA\Schema(type: 'integer')
6969
),
70-
new OA\Parameter(
71-
name: 'expand',
72-
description: 'Expand relations',
73-
in: 'query',
74-
required: false,
75-
schema: new OA\Schema(type: 'string')
76-
),
7770
new OA\Parameter(
7871
name: 'filter',
79-
description: 'Filter criteria (first_name, last_name, email, is_redeemed)',
72+
description: 'Filter criteria (first_name, last_name, email, is_redeemed) ("=@" starts with, "==" exact match)',
8073
in: 'query',
8174
required: false,
8275
schema: new OA\Schema(type: 'string')

0 commit comments

Comments
 (0)