add sessionUUID and feedbackUUID to feedback card
This commit is contained in:
@@ -110,6 +110,10 @@ definitions:
|
||||
Feedback:
|
||||
type: object
|
||||
properties:
|
||||
feedback_uuid:
|
||||
type: string
|
||||
session_uuid:
|
||||
type: string
|
||||
user_id:
|
||||
type: string
|
||||
description: to have more context about the user
|
||||
@@ -119,7 +123,7 @@ definitions:
|
||||
type:
|
||||
type: string
|
||||
enum:
|
||||
- feature_request
|
||||
- feature
|
||||
- feedback
|
||||
- support
|
||||
text:
|
||||
|
||||
Reference in New Issue
Block a user