API: PullReview is lacking an updated_at
#19997
Labels
modifies/api
This PR adds API routes or modifies them
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Feature Description
In the API, the
PullReview
object does only have an creation date (submitted_at
) but not anupdated_at
.If a PullReview is started (
PENDING
) and the reviewer is delayed for some reason, theAPPROVED
the only time available is the time submitted but not when the state changed toAPPROVED
.The webinterface seem to be able to extract this information somehow though, so maybe I'm using the wrong endpoint?
Screenshots
No response
The text was updated successfully, but these errors were encountered: