fix
Browse files- plugins/fluxai.js +2 -1
plugins/fluxai.js
CHANGED
@@ -78,7 +78,7 @@ FluxRoutes.get('/api/v1/flux/black-forest-labs/flux-1-schnell', authenticateApiK
|
|
78 |
* tags: [FLUX]
|
79 |
* description: This endpoint interacts with Flux AI to generate an image based on the query.
|
80 |
* requestBody:
|
81 |
-
*
|
82 |
* content:
|
83 |
* application/json:
|
84 |
* schema:
|
@@ -87,6 +87,7 @@ FluxRoutes.get('/api/v1/flux/black-forest-labs/flux-1-schnell', authenticateApiK
|
|
87 |
* query:
|
88 |
* type: string
|
89 |
* description: The input query for image generation.
|
|
|
90 |
* - in: header
|
91 |
* name: x-api-key
|
92 |
* required: true
|
|
|
78 |
* tags: [FLUX]
|
79 |
* description: This endpoint interacts with Flux AI to generate an image based on the query.
|
80 |
* requestBody:
|
81 |
+
* required: true
|
82 |
* content:
|
83 |
* application/json:
|
84 |
* schema:
|
|
|
87 |
* query:
|
88 |
* type: string
|
89 |
* description: The input query for image generation.
|
90 |
+
* parameters:
|
91 |
* - in: header
|
92 |
* name: x-api-key
|
93 |
* required: true
|