randydev commited on
Commit
66f6639
·
verified ·
1 Parent(s): c0a9aeb

Update plugins/carbon.js

Browse files
Files changed (1) hide show
  1. plugins/carbon.js +6 -0
plugins/carbon.js CHANGED
@@ -57,6 +57,12 @@ async function MakerCarbon(args) {
57
  * description: The code to be processed.
58
  * schema:
59
  * type: string
 
 
 
 
 
 
60
  * responses:
61
  * 200:
62
  * description: A successfully processed image.
 
57
  * description: The code to be processed.
58
  * schema:
59
  * type: string
60
+ * - in: header
61
+ * name: x-api-key
62
+ * required: true
63
+ * description: API key for authentication
64
+ * schema:
65
+ * type: string
66
  * responses:
67
  * 200:
68
  * description: A successfully processed image.