diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index 6649a35..9cc8a30 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -1154,10 +1154,14 @@ "buildSecrets": { "type": "string", "nullable": true + }, + "createEnvFile": { + "type": "boolean" } }, "required": [ - "applicationId" + "applicationId", + "createEnvFile" ], "additionalProperties": false } @@ -2430,6 +2434,9 @@ "type": "boolean", "nullable": true }, + "createEnvFile": { + "type": "boolean" + }, "createdAt": { "type": "string" }, @@ -21911,4 +21918,4 @@ "apiKey": [] } ] -} +} \ No newline at end of file