Closed michalz-zoom closed 3 months ago
If there's no data field, check meta.result_count if it's an empty set. If so, return NOT_FOUND instead of INVALID_JSON.
data
meta.result_count
NOT_FOUND
INVALID_JSON
If there's no
data
field, checkmeta.result_count
if it's an empty set. If so, returnNOT_FOUND
instead ofINVALID_JSON
.