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