Update plugins/carbon.js
Browse files- plugins/carbon.js +7 -10
plugins/carbon.js
CHANGED
@@ -35,16 +35,13 @@ async function MakerCarbon(args) {
|
|
35 |
* post:
|
36 |
* summary: Carbon
|
37 |
* description: null.
|
38 |
-
*
|
39 |
-
*
|
40 |
-
*
|
41 |
-
*
|
42 |
-
*
|
43 |
-
*
|
44 |
-
*
|
45 |
-
* code:
|
46 |
-
* type: string
|
47 |
-
* description: null.
|
48 |
* responses:
|
49 |
* 200:
|
50 |
* description: A successfully processed image.
|
|
|
35 |
* post:
|
36 |
* summary: Carbon
|
37 |
* description: null.
|
38 |
+
* parameters:
|
39 |
+
* - in: code
|
40 |
+
* name: code
|
41 |
+
* required: true
|
42 |
+
* description: The code to be processed.
|
43 |
+
* schema:
|
44 |
+
* type: string
|
|
|
|
|
|
|
45 |
* responses:
|
46 |
* 200:
|
47 |
* description: A successfully processed image.
|