'how can i send hidden @OA\Property in swagger annotation in laravel?

I want to send hidden parameter in swagger annotation.here

@OA\Property(property="hidden_request", type="string", example="1")

here i want to hide hidden_request In swagger UI.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source