S
Size: a a a
S
E
#[ApiResource(
collectionOperations: [
'get_for_role1' => [
'path' => 'some/path',
'method' => Request::METHOD_GET,
'output' => DtoForRole1::class,
'security' => 'is_granted("ROLE_1")',
],
'get_for_role2' => [
'path' => 'some/path',
'method' => Request::METHOD_GET,
'output' => DtoForRole2::class,
'security' => 'is_granted("ROLE_2")',
],
]
)]
V
V
V
VG
VB
✨
VB
VG
V
VG
V
VG
V
SP
SP
VG