From 76c97769cd24ea60ba9077b36e26c3b7a6ec8586 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Fri, 29 Dec 2023 19:49:15 +0530 Subject: [PATCH] docs(malID): update `/episode-srcs` endpoint response schema --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a58fdd..2744c36 100644 --- a/README.md +++ b/README.md @@ -907,7 +907,8 @@ console.log(data); }, {...} ], - anilistID: number | null + anilistID: number | null, + malID: number | null, } ```