We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9868f5 + 1bf7d58 commit 1c2a260Copy full SHA for 1c2a260
package.json
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"name": "airi_docs",
4
- "version": "1.3.6",
+ "version": "1.4.6",
5
"description": "Documentatin for a API Serving Anime stuff",
6
"author": "Kyoyo",
7
"license": "AGPLv3",
src/Endpoints/fact.md
@@ -54,25 +54,3 @@ Random fact with tags "AttackonTitan" **`OR`** "Levi" [try in browser](https://a
54
```HTTP
55
GET /fact?tags=AttackonTitan|Levi
56
```
57
-
58
-### Get fact By ID
59
60
-Get a fact by its ID
61
62
-#### Path
63
64
-```HTTP
65
-GET /facts/:id
66
-```
67
68
-#### Response
69
70
-```ts
71
-{
72
- _id: string
73
- // The quotation text
74
- fact: string
75
- // An array of tag names for this fact
76
- tags: string[]
77
-}
78
0 commit comments