Update plugins/hentai.js
Browse files- plugins/hentai.js +7 -0
plugins/hentai.js
CHANGED
@@ -9,6 +9,13 @@ const HentaiRoutes = express.Router();
|
|
9 |
* /api/v1/hentai-anime:
|
10 |
* get:
|
11 |
* summary: Hentai Anime Random
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
* responses:
|
13 |
* 200:
|
14 |
* description: Success
|
|
|
9 |
* /api/v1/hentai-anime:
|
10 |
* get:
|
11 |
* summary: Hentai Anime Random
|
12 |
+
* parameters:
|
13 |
+
* - in: header
|
14 |
+
* name: x-api-key
|
15 |
+
* required: true
|
16 |
+
* description: API key for authentication
|
17 |
+
* schema:
|
18 |
+
* type: string
|
19 |
* responses:
|
20 |
* 200:
|
21 |
* description: Success
|