feat(fontend,backend): Add createdBy and lastModifiedBy fields
This commit is contained in:
@@ -678,6 +678,8 @@ components:
|
||||
- name
|
||||
- formElements
|
||||
- isTemplate
|
||||
- createdBy
|
||||
- lastModifiedBy
|
||||
- createdAt
|
||||
- modifiedAt
|
||||
properties:
|
||||
@@ -692,6 +694,10 @@ components:
|
||||
$ref: "#/components/schemas/FormElementDto"
|
||||
isTemplate:
|
||||
type: boolean
|
||||
createdBy:
|
||||
type: string
|
||||
lastModifiedBy:
|
||||
type: string
|
||||
createdAt:
|
||||
type: string
|
||||
format: date-time
|
||||
@@ -704,6 +710,8 @@ components:
|
||||
- name
|
||||
- formElements
|
||||
- isTemplate
|
||||
- createdBy
|
||||
- lastModifiedBy
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
@@ -715,6 +723,10 @@ components:
|
||||
isTemplate:
|
||||
type: boolean
|
||||
default: false
|
||||
createdBy:
|
||||
type: string
|
||||
lastModifiedBy:
|
||||
type: string
|
||||
|
||||
PagedApplicationFormDto:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user