Open
Description
Version
4.28.0
Description
The documentation is deprecated.
For example,
response: 200,
description: 'Returns the rewards of an user',
content: new OA\JsonContent(
type: 'array',
items: new OA\Items(ref: new Model(type: AlbumDto::class, groups: ['full']))
)
)]
is not correct.
Please update the docs.