Merge branch 'master' into feat/rss-feed

This commit is contained in:
Maël Gangloff
2025-09-06 10:54:35 +02:00
4 changed files with 0 additions and 6 deletions

View File

@@ -86,14 +86,12 @@ use Symfony\Component\Uid\Uuid;
new Post(
normalizationContext: ['groups' => 'watchlist:list'],
denormalizationContext: ['groups' => 'watchlist:create'],
name: 'create',
processor: WatchListUpdateProcessor::class,
),
new Put(
normalizationContext: ['groups' => 'watchlist:item'],
denormalizationContext: ['groups' => ['watchlist:create', 'watchlist:token']],
security: 'object.user == user',
name: 'update',
processor: WatchListUpdateProcessor::class,
),
new Delete(