add sessionUUID and feedbackUUID to feedback card
This commit is contained in:
@@ -177,17 +177,23 @@ func init() {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"feedback_uuid": {
|
||||
"type": "string"
|
||||
},
|
||||
"project_id": {
|
||||
"description": "to have more context about the project",
|
||||
"type": "string"
|
||||
},
|
||||
"session_uuid": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"feature_request",
|
||||
"feature",
|
||||
"feedback",
|
||||
"support"
|
||||
]
|
||||
@@ -360,17 +366,23 @@ func init() {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"feedback_uuid": {
|
||||
"type": "string"
|
||||
},
|
||||
"project_id": {
|
||||
"description": "to have more context about the project",
|
||||
"type": "string"
|
||||
},
|
||||
"session_uuid": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"feature_request",
|
||||
"feature",
|
||||
"feedback",
|
||||
"support"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user