Api to create event not surport coordinator : "coordinate" : { "latitude" : 29.283683, "longitude" : 105.15126 }

dhis version 2.37:

with “coordinate” : {
“latitude” : 29.283683,
“longitude” : 105.15126
},
or “geometry”: {
“type”: “POINT”,
“coordinates”: [ 29.283683, 105.15126]
},
will not create the event coordinate. but this can:
“geometry”: {
“type”: “Point”, <<<<<<<<<<
“coordinates”: [ 29.283683, 105.15126]
},

Hi @linxd

Would you please share a screenshot to this so it’s clear what & where the issue is?

Thanks!