Skip to content

Commit a3a7054

Browse files
authored
Merge pull request #7 from AiriAPI/staging
Updated name to said
2 parents 1a9d883 + 2eea2f4 commit a3a7054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "airi_docs",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"description": "Documentatin for a API Serving Anime stuff",
66
"author": "Kyoyo",
77
"license": "AGPLv3",

src/Endpoints/quote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ GET /quote
1818
// The anime name of the quote
1919
anime: string;
2020
// The person who said the quote
21-
name: string;
21+
said: string;
2222
}
2323
```

0 commit comments

Comments
 (0)