From 668601105912640bb1735584f74d2c109adfd745 Mon Sep 17 00:00:00 2001 From: Dokploy Bot Date: Wed, 10 Dec 2025 05:02:29 +0000 Subject: [PATCH] chore: sync OpenAPI specification [skip ci] Source: Dokploy/dokploy@ec8c516aa3b6d434e1cb5a4ce5666eb17a1f86f5 Updated: 2025-12-10 05:02:29 UTC --- apps/docs/public/openapi.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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