Skip to content

Commit

Permalink
feat(insee): Add citycode attribut for France cities
Browse files Browse the repository at this point in the history
  • Loading branch information
raphi committed Aug 8, 2024
1 parent fac18ad commit 840066d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info:
name: API Support
email: [email protected]
url: https://api.placekit.co
version: 1.3.0
version: 1.3.1
servers:
- url: https://api.placekit.co
security:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 840066d

Please sign in to comment.