created_at to api
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
2024-04-21 19:04:41 +03:00
parent b2511d9c1e
commit 8fb0c0f056
6 changed files with 71 additions and 4 deletions

View File

@@ -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"