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