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)",
|
* 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.",
|
* description="Returns all user tests. Only the creator or an admin can access this endpoint.",
|
||||||
* tags={"UserTests"},
|
* tags={"UserTests"},
|
||||||
* security={{"sanctum":{}}},
|
* security={{"bearerAuth":{}}},
|
||||||
* @OA\Parameter(
|
* @OA\Parameter(
|
||||||
* name="test_id",
|
* name="test_id",
|
||||||
* in="query",
|
* in="query",
|
||||||
|
|||||||
@ -2403,7 +2403,7 @@
|
|||||||
},
|
},
|
||||||
"security": [
|
"security": [
|
||||||
{
|
{
|
||||||
"sanctum": []
|
"bearerAuth": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user