knuckleswtf / scribe

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

Array with Form request doesn't generate both example and fields at the same time #840

Closed wcostaprijo closed 1 month ago

wcostaprijo commented 1 month ago

When using it in the form request:

Captura de tela de 2024-04-30 14-04-08

It generates the examples, but it doesn't generate the fields in the body parameters.

Captura de tela de 2024-04-30 14-04-46

If I remove the parent index:

Captura de tela de 2024-04-30 14-06-55

It generates the fields in the body parameters, but it doesn't generate the examples.

Captura de tela de 2024-04-30 14-07-53

After the correction, passing the parent index, it generates the examples and also generates the fields in the body parameters.

Captura de tela de 2024-04-30 14-04-08 Captura de tela de 2024-04-30 14-09-40

shalvah commented 1 month ago

Nice, thanks.