Fixed
- The trailing
categoryCodepath segment on the census flat-file endpoints GET /v1/census/tiles/{datasetCode}/{geotype}/{tile}/{categoryCode}.csv, GET /v1/census/whole/{datasetCode}/{geotype}/{country}/{categoryCode}.csv and GET /v1/census/breaks/{datasetCode}/{geotype}/{categoryCode}.json is now parsed correctly. The literal.csv/.jsonsuffix was being folded into the parameter, socategoryCoderesolved as empty and the request failed validation with a400. - Valid category codes such as
ts054-002now return the expectedgeography_code,valueCSV rows and the 6-float ckmeans breaks array instead of an error.