Documentation: say which parameters are required
fulldecent opened this issue · 1 comments
fulldecent commented
This is valid
#[OA\Info(
title: "Pacific Medical Training API",
version: "1.0.0",
)]
but this is invalid:
#[OA\Info(
title: "Pacific Medical Training API",
)]
I don't see this fact reflected in documentation at https://zircote.github.io/swagger-php/reference/attributes.html#info
DerManoMann commented
Nevermind - looked like caching issue on my side :}