LifeOfVio
Explore posts from serversIImmich
•Created by LifeOfVio on 1/24/2025 in #help-desk-support
Random Endpoint broken?
is the /search/random endpoint broken? I just tried to receive data with this body
{"size":250.0,"type":"IMAGE","withArchived":false,"withExif":true,"withPeople":true}
logs show
Version: 1.125.16 replies
✅ OpenApi generation
I have following class generated from swagger
My issue is that when I create an instance of
RandomSearchDto
like this -> var searchBody = new RandomSearchDto();
, the CreatedAfter
and CreatedBefore
properties have a default value (because they are not nullable).
How can I generate this so that the DateTimeOffsets are generated as nullable
?39 replies