📝 docs: add documentation for bulk insert episode

This commit is contained in:
2026-01-30 05:02:03 +07:00
parent 10a19a066d
commit 4e8eda081c
2 changed files with 40 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import { bulkInsertAnimeService } from "../services/http/bulkInsertAnime.service
import { returnWriteResponse } from "../../../helpers/callback/httpResponse";
/**
* @function bulkInsertAnimeController
* @function bulkInsertMediaController
* @description Insert new anime to the database only with mal_id. This operation including inserting related data such as genres, studios, producers, licensors, themes, demographics, and relations.
*
* @param {Context & { body: { mal_id: number } }} ctx