You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement POST /items endpoint for creating media items
- Add validation with @Valid for automatic error handling
- Convert MediaItemRequest to MediaItem using existing helper
- Add items to library via librarian authorization
- Return created item in response with proper status codes
0 commit comments