Files
gotjosh 4181b30b75 API: Add createdAt and updatedAt to api/users/lookup (#19496)
* API: Add `createdAt` and `updatedAt` to api/users/lookup

In the past, we have added both `updatedAt` (#19004) and `createdAt` (#19475) to /api/users/:id

Turns out, api/users/lookup uses the same DTO for both. This fixes the serialization of both `createdAt` and `updatedAt`for this endpoint.

Also, adds a test to ensure no further regressions.

* Updated API documentation
2019-09-30 20:54:09 +01:00
..
2019-09-13 18:48:19 +02:00
2018-10-06 17:09:41 +02:00
2018-08-11 23:44:15 -07:00
2018-08-11 23:42:31 -07:00
2019-09-23 16:07:11 +02:00
2019-01-25 17:52:28 +01:00
2017-10-05 19:01:03 +02:00
2018-11-14 17:59:32 +01:00