feat(backend,api): Add comment
This commit is contained in:
@@ -656,6 +656,8 @@ components:
|
||||
$ref: "#/components/schemas/FormOptionDto"
|
||||
type:
|
||||
$ref: "#/components/schemas/FormElementType"
|
||||
comments:
|
||||
$ref: "#/components/schemas/PagedCommentDto"
|
||||
|
||||
CreateFormElementDto:
|
||||
type: object
|
||||
@@ -714,20 +716,27 @@ components:
|
||||
required:
|
||||
- id
|
||||
- message
|
||||
- formElementId
|
||||
- createdAt
|
||||
- modifiedAt
|
||||
- createdBy
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
format: uuid
|
||||
message:
|
||||
type: string
|
||||
formElementId:
|
||||
type: string
|
||||
format: uuid
|
||||
createdAt:
|
||||
type: string
|
||||
format: date-time
|
||||
modifiedAt:
|
||||
type: string
|
||||
format: date-time
|
||||
createdBy:
|
||||
$ref: "#/components/schemas/UserDto"
|
||||
|
||||
CreateCommentDto:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user