📝 docs: complete pagination documentation

This commit is contained in:
Rafi Arrafif
2026-01-30 05:02:41 +07:00
parent 4e8eda081c
commit ce56e13f30

View File

@ -20,6 +20,8 @@ import { returnWriteResponse } from "../../../helpers/callback/httpResponse";
* { * {
* "media_mal_id": 12345 * "media_mal_id": 12345
* } * }
* Query parameter:
* ?page=2 (Optional, specifies the page number of episodes to fetch and insert)
* *
* @returns {Promise<Object>} * @returns {Promise<Object>}
* A response object indicating success or failure. * A response object indicating success or failure.