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.
1 parent efcc332 commit d6e045aCopy full SHA for d6e045a
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