From 11dce4617d1865436b89a6e741b3cfb4df578568 Mon Sep 17 00:00:00 2001 From: Dokploy Bot Date: Sun, 7 Dec 2025 10:40:01 +0000 Subject: [PATCH] chore: sync OpenAPI specification [skip ci] Source: Dokploy/dokploy@f84c65912143658d5d4d5ec6985b6353c92dbc15 Updated: 2025-12-07 10:40:01 UTC --- apps/docs/public/openapi.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index ab05be9..5c6986a 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -9302,7 +9302,10 @@ "type": "string", "minLength": 1 }, - "name": { + "firstName": { + "type": "string" + }, + "lastName": { "type": "string" }, "isRegistered": { @@ -9519,6 +9522,9 @@ }, "currentPassword": { "type": "string" + }, + "name": { + "type": "string" } }, "additionalProperties": false