#Incorrect display of documentation fields

4 messages · Page 1 of 1 (latest)

gritty mirage
#

Anyone know how to fix this?

orchid lark
#

can you try changing the types string | null to string and add question mark after the field name to mark them as optional. I'm not sure if that'll fix it but the first thing that comes to my mind is null could be treated as an object and that may be the reason why you are getting those objects in swagger documentation

gritty mirage
#

Fixed!