From 840066da4d0e121d75910e5c0fce0d727ffd23f5 Mon Sep 17 00:00:00 2001 From: raphi Date: Thu, 8 Aug 2024 14:10:58 +0200 Subject: [PATCH] feat(insee): Add citycode attribut for France cities --- openapi.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openapi.yml b/openapi.yml index 540f6ce..54b0c68 100644 --- a/openapi.yml +++ b/openapi.yml @@ -10,7 +10,7 @@ info: name: API Support email: support@placekit.io url: https://api.placekit.co - version: 1.3.0 + version: 1.3.1 servers: - url: https://api.placekit.co security: @@ -801,6 +801,10 @@ components: type: string description: Administrative code abbreviation (currently only available for US states). example: CA + citycode: + type: string + description: INSEE city code (only available for France cities). + example: '75108' countrycode: type: string description: |