1
0
Fork 0
forked from forgejo/forgejo

Add an updated_at field to the API call for issue's comment creation

The update date is used as the comment creation date, and is applied to
the issue as the update creation date.
This commit is contained in:
fluzz 2023-06-15 18:50:20 +02:00
parent 4926a5d7a2
commit 76c8faecdc
3 changed files with 13 additions and 0 deletions

View file

@ -17047,6 +17047,11 @@
"body": {
"type": "string",
"x-go-name": "Body"
},
"updated_at": {
"type": "string",
"format": "date-time",
"x-go-name": "Updated"
}
},
"x-go-package": "code.gitea.io/gitea/modules/structs"