aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-11-29 21:21:08 +0530
committerRitesh Ghosh <[email protected]>2023-11-29 21:21:08 +0530
commita1cdaf1d69a3eb56fea527bb99628624aa2de639 (patch)
tree42a0880bcf2aff2037aedf791c4611686018fc13
parent3ac10be9128780bcde70ddafca886814e2021e7f (diff)
downloadaniwatch-api-a1cdaf1d69a3eb56fea527bb99628624aa2de639.tar.xz
aniwatch-api-a1cdaf1d69a3eb56fea527bb99628624aa2de639.zip
docs: update `/anime/home` response schema
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index ae07c2a..9d13a96 100644
--- a/README.md
+++ b/README.md
@@ -198,6 +198,11 @@ console.log(data);
poster: string,
description: string,
rank: number,
+ otherInfo: string[],
+ episodes: {
+ sub: number,
+ dub: number,
+ },
},
{...},
],