Skip to content

Commit 0cbad0a

Browse files
authored
Merge pull request #36 from bk86a/docs/health-patterns-version
docs: add patterns_version to /health example in README
2 parents 4cd44c8 + 7abc6b9 commit 0cbad0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ Returns service status and data statistics.
164164
"total_nuts_names": 2190,
165165
"nuts_version": "2024",
166166
"extra_sources": 0,
167+
"patterns_version": "1.0",
167168
"data_stale": false,
168169
"last_updated": "2025-01-15T12:00:00+00:00"
169170
}
@@ -174,6 +175,7 @@ Returns service status and data statistics.
174175
| `status` | `ok` if data is loaded, `no_data` otherwise |
175176
| `total_nuts_names` | Number of NUTS region names loaded (0 if names CSV unavailable) |
176177
| `extra_sources` | Number of extra ZIP source URLs configured (0 when not using extra sources) |
178+
| `patterns_version` | Version of the `postal_patterns.json` file |
177179
| `data_stale` | `true` if serving expired cache after a failed TERCET refresh |
178180
| `last_updated` | ISO 8601 timestamp of when TERCET data was last successfully loaded |
179181

0 commit comments

Comments
 (0)