Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKrisKrisu committed Aug 7, 2024
1 parent fd6245a commit c7af134
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/Http/Controllers/API/v1/TrustedUserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public function index(string|int $userIdOrSelf): AnonymousResourceCollection {
* ),
* @OA\Response(response="401", description="Unauthorized"),
* @OA\Response(response="403", description="Forbidden"),
* @OA\Response(response="404", description="User not found"),
* @OA\Response(response="500", description="Internal Server Error"),
* )
* @throws AuthorizationException
Expand Down
3 changes: 0 additions & 3 deletions storage/api-docs/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3818,9 +3818,6 @@
"403": {
"description": "Forbidden"
},
"404": {
"description": "User not found"
},
"500": {
"description": "Internal Server Error"
}
Expand Down

0 comments on commit c7af134

Please sign in to comment.