created_at to api
This commit is contained in:
@@ -106,6 +106,10 @@ func init() {
|
||||
"Feedback": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"project_id": {
|
||||
"description": "to have more context about the project",
|
||||
"type": "string"
|
||||
@@ -218,6 +222,10 @@ func init() {
|
||||
"Feedback": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"project_id": {
|
||||
"description": "to have more context about the project",
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user