forked from forgejo/forgejo
Add updated_at
field to PullReview API object (#21812)
* Closes #19997 Adds an `updated_at` time field to the `PullReview` API object to specify when the pull request review's state changed. Signed-off-by: Yarden Shoham <hrsi88@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
c772934ff6
commit
6c8ff32511
3 changed files with 8 additions and 0 deletions
|
@ -17891,6 +17891,11 @@
|
|||
"team": {
|
||||
"$ref": "#/definitions/Team"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
"x-go-name": "Updated"
|
||||
},
|
||||
"user": {
|
||||
"$ref": "#/definitions/User"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue