feat(frontend,backend): Add application form name

This commit is contained in:
2025-03-09 09:11:35 +01:00
parent 46a14b4e9c
commit 66dabc329d
6 changed files with 42 additions and 8 deletions

View File

@@ -675,6 +675,7 @@ components:
type: object
required:
- id
- name
- formElements
- isTemplate
- createdAt
@@ -683,6 +684,8 @@ components:
id:
type: string
format: uuid
name:
type: string
formElements:
type: array
items:
@@ -698,10 +701,13 @@ components:
CreateApplicationFormDto:
required:
- name
- formElements
- isTemplate
type: object
properties:
name:
type: string
formElements:
type: array
items: