Sync movies from TMDB to database
POST/api/sync/movies
Sync movie data including details, cast, crew, and keywords from TMDB API to the local database
Request
Responses
- 200
- 400
- 401
- 403
- 500
Movies synced successfully
Invalid request body or missing movieIds
Authentication required
Insufficient permissions (admin only)
Sync operation failed