swagger auth fixed
This commit is contained in:
parent
b93d5dd746
commit
817c6f238c
@ -51,7 +51,7 @@ class UserTestController extends Controller
|
||||
* summary="Get a list of user tests (only creator or admin)",
|
||||
* description="Returns all user tests. Only the creator or an admin can access this endpoint.",
|
||||
* tags={"UserTests"},
|
||||
* security={{"sanctum":{}}},
|
||||
* security={{"bearerAuth":{}}},
|
||||
* @OA\Parameter(
|
||||
* name="test_id",
|
||||
* in="query",
|
||||
|
||||
@ -2403,7 +2403,7 @@
|
||||
},
|
||||
"security": [
|
||||
{
|
||||
"sanctum": []
|
||||
"bearerAuth": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user