From ce56e13f3041fa071096b473cb9121b107a1d696 Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Fri, 30 Jan 2026 05:02:41 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20complete=20pagination=20?= =?UTF-8?q?documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../internal/controllers/bulkInsertEpisode.controller.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/internal/controllers/bulkInsertEpisode.controller.ts b/src/modules/internal/controllers/bulkInsertEpisode.controller.ts index 125acec..6d450dd 100644 --- a/src/modules/internal/controllers/bulkInsertEpisode.controller.ts +++ b/src/modules/internal/controllers/bulkInsertEpisode.controller.ts @@ -20,6 +20,8 @@ import { returnWriteResponse } from "../../../helpers/callback/httpResponse"; * { * "media_mal_id": 12345 * } + * Query parameter: + * ?page=2 (Optional, specifies the page number of episodes to fetch and insert) * * @returns {Promise} * A response object indicating success or failure.