🐛 Album creation: assetIds parameter not adding assets to album (API returns empty assets array)
❓Question☑️Ready
Hey team! I'm experiencing an issue with the album creation API endpoint and wanted to confirm if this is a bug or expected behavior. Is this a known bug?
Issue: When creating an album via
POST /api/albums
POST /api/albums
with the
assetIds
assetIds
parameter, the album is created successfully but the assets are not added to it.
Evidence: My API request (correctly formatted according to docs): { "albumName": "Another Test", "assetIds": ["2daeef34-b5cf-4cd8-a97e-1168899d8e05"] }