randydev commited on
Commit
75ae529
·
verified ·
1 Parent(s): 3e7a4be

Update plugins/carbon.js

Browse files
Files changed (1) hide show
  1. 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
- * requestBody:
39
- * required: true
40
- * content:
41
- * application/json:
42
- * schema:
43
- * type: object
44
- * properties:
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.