knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.7k stars 303 forks source link

Is it possible to completely hide a property from the docs? #743

Open whoisthisstud opened 11 months ago

whoisthisstud commented 11 months ago

Scribe version

4.21.2

Your question

I have a property in my FormRequest that I have been able to hide from the example request, but the property description still displays in the docs and I would like to hide this specific property as it is only available to specific API users.

Is this possible?

Docs

shalvah commented 11 months ago

Example code?