Closed Syriiin closed 1 day ago
This makes me a bit nervous, because the api docs have been consistently wrong about the nullability of attributes, and I tend to just ignore them in favor of empirical testing nowadays. That said, the migration is strong evidence for this. I think it's likely I was overzealous for this particular type. Thanks!
According to the
x-api-version >= 20220705
docs and a quick check of the table schema it seemsScore.ended_at
should be simply aDatetime
.Haven't done a thorough check of osu-web so I might be mistaken, but it also intuitively makes sense, since all scores have an associated date.